Yannick Myrtil
I would love to see a more streamlined integration with Raycast. Something similar to the one that exists for Apple Reminders.
Jules L
I was playing with https://developers.raycast.com/
Just an idea of how it could look like -> https://www.youtube.com/watch?v=zyJTNRAhaVA
(It just opens the desktop app via applescript and press "A" or "T")
Mit Patel
Jules L: Would be able to share the applescript?
Jules L
Mit Patel: Sure, its straightforward
tell application "Sunsama" to activate
tell application "System Events"
keystroke "a"
end tell