Earlier quoted context omitted.
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 code is on the page, in text, directly below the GIF, if you want to copy it. The GIFs help, they should just start with the code getting pasted in, not typed in.
Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
51–60 of 82 posts
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#52Anyone know something similar to this, but with help generating a web front end? I'd love to generate a small UI for my team to help with openssl commands, being able to input data would be a bonus. I could probably cook something up with node fairly fast, but I'm a remedial programmer.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#53does anyone know of similar tools for linux?
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#54Does anyone know of something like this for Windows? Would be nice to build a small UI around some powershell scripts I have, without having to resort to a full WinForms application.
While it won't bootstrap your GUI straight from powershell, it can give you a pleasant GUI that calls your powershell stuff with just a few lines of Python (no actual GUI code required!) ^_^
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#55I'd rather avoid macos gui system as much as possible IMHO
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#56Very 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.
I'm also going to add shorter videos at the top.
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#57As 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
#58Linux:
https://help.gnome.org/users/zenity/3.32/
https://techbase.kde.org/Development/Tutorials/Shell_Scripti...
macOS:
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#59Really 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`
Re: Suitcase: A macOS tool for deploying GUIs for simple commands and scripts
#60Mac 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 recently released an indie Mac app to bring your Applications and Scripts to the top of the Finder right-click menu, customized exactly how you like.
It's on the Mac App Store and uses the modern Finder Extension API, so safe to install and no Finder haxies.