I made a Mac productivity app!
✨ SUBSTAGE ✨
…puts a command bar underneath your Finder windows and lets you use natural language to convert media, manage files, perform calculations and more!
I made a Mac productivity app!
✨ SUBSTAGE ✨
…puts a command bar underneath your Finder windows and lets you use natural language to convert media, manage files, perform calculations and more!
Although Substage translates natural language into Terminal commands, I’m hoping it finds a broader audience beyond developers. My number one use case is converting media — quickly resizing images, re-encoding videos, and more.
Would love to hear what you think! 🚀
In case you’re wondering, my iOS time planning app Hour by Hour (selkie.design/hour-by-hour) is also still in development!
You’re welcome to join the TestFlight if you want to give Hour by Hour a try: https://testflight.apple.com/join/zcDWv7WN
As always, quality is guaranteed by this very good girl, who claps her flippers and hoots with joy whenever I put something new out.
(She really needs a name, any suggestions? 🦭)
@nickoneill indeed, this is one of the reasons I prioritise this rather than my iOS app!
But maybe… maybe Apple will wait until 2036 to Sherlock me 😜
@viticci ❤️ thanks Federico!!
Literally when listening to recent episodes of Connected and AppStories I was thinking you would probably want that... and so it's err... no coincidence that it's what I'm working on right now 🙂
(I was going to message you when I was done but I guess you found me first! 😅)
@viticci Also 100% agreed on the presets ideas - it's on my list! I have two ideas in mind:
1) Auto-completion based on recent history
2) Probably you're suggesting: caching the response of the AI so that commands can be executed again immediately for different files
@johnvoorhees @viticci awesome, really happy to hear you’ve been trying it too John!
And yeah! I was thinking of allowing you to define a personal “system prompt” with this type of stuff, or possibly even per-folder/project settings.
@florian hi! Sorry to hear you’re having issues. Right now the best place is here: https://substage.featurebase.app
What version of macOS are you running? I’m not sure why you’re having those 2 issues I’m afraid!
On the Ollama support you can upvote the existing request! (It’s coming anyway though)
@paulehoffman nope, word count runs “wc” which runs locally and just outputs a number.
Don’t get me wrong though I’m sure if you use Substage a bunch of times for various things, some commands will eventually output sensitive content that will get sent for summarisation.
I’m working on local LLM as an option, but the latency isn’t great (on my M1)
@joethephish Very cool. Beautiful website and onboarding as well. I made myself a similar thing for the command line, but selecting the files in a GUI plus better feedback and risk assessment is a lot nicer, well done.
Quite different than text-to-commandline, but something like this would be neat for the settings app, to at least find stuff with natural language, since it's a mess and the search doesn't work. Maybe one could get to the contents with the Accessibility API.
@combatwombat thank you, glad you like it! 😀
And yeah, something like this for Settings would be great! I suspect you wouldn’t even need Accessibility API, just a very richly described database that maps to deep link URLs that could open the settings app in the right place?