`> suitecase my_layout.yaml`
Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
41–50 of 82 posts
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#42Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#43Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#44Very cool. Just a suggestion for the demos in the README though. Maybe have the code shown statically, then a gif of the GUI. Watching all the typing gets long when I just want to see the resulting GUI.
Yep, there's zero reason for the gifs. They seem really slow to me. Makes it impossible to copy the code if I wanted to, as well.
The GIFs help, they should just start with the code getting pasted in, not typed in.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#45https://support.apple.com/guide/automator/use-quick-action-w...
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#46Awesome, I welcome any tools that simplify the GUI deployment process. I've built quite a collection of scripts that clean and process my company's domain-specific data. I once needed to share that with a data-scientist/computer-Luddite (sadly too common) who wasn't comfortable running CLI scripts. The solution I came up with used Platypus[0] to generate a lovely app wrapper where files could be dragged in. [0]: http…
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#47As the source code isn't actually available I've opened a GitHub issue to clarify whether this is deliberate, or to track the adding of the code. https://github.com/Impedimenta/Suitcase/issues/4
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#48Mac Quick Actions and Automator can be used for the simplest cases. I've build several file processing Quick Actions, which I can run by pressing buttons in Finder. https://support.apple.com/guide/automator/use-quick-action-w...
I'd been looking for a simple way to run command like uptime or to get battery info not in the menu item without launching a terminal. Thank you.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#49Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#50Really cool but I’m wondering why have the user input args in as a command line arg? Seems very arduous and shell is just... shell. IMO, I would love something like this `> suitecase my_layout.yaml`