Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
1–10 of 82 posts
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#2I'd rather avoid macos gui system as much as possible IMHO
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#3does anyone know of similar tools for linux?
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#4does anyone know of similar tools for linux?
something like this? (albeit tied to gtk) http://manpages.ubuntu.com/manpages/precise/en/man1/zenity.1...
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#5does anyone know of similar tools for linux?
This also works on Linux.
Edit: my mistake, no it doesn't. Apologies.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#6does anyone know of similar tools for linux?
Once SwiftUI is available on Linux, Suitcase will "just work". But don't hold your breath.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#7Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#8Awesome, 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.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#9Earlier quoted context omitted.
This also works on Linux. Edit: my mistake, no it doesn't. Apologies.
where do you see that? theres not even code in this repo, and the only release is a dmg file
It's not open source yet, but I am planning on making it so. Watch this space. In the mean time I'm open to feedback and bug reports via GitHub issues.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#10Very 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.