Please sign in to access this page
A Mac Raycast extension for YSWS Cmd + K that allows user to send messages without opening the Messages app and create logs very quickly
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
First and only devlog (this project is done for now):
the messages command was easy because making forms are super common and there are lots of examples. also everything could be done in applescript so easy peasy
the logs command was ridiculously annoying because i had a bash script doing the heavy lifting but raycast extensions are written in typescript so i had typescript>applescript>bash and that took forever to make it work without errors i hate cross-language coding