Steve Russo
Steve Russo
It would be great if we could have a user interface that pops up for Shellista on top of your code the same way that the Pythonista Calculator example does...
Please test the newer version of Shellista, based on @briarfox's ShellistaExt. I'd like to push this version to master, and push the modules to briarfox's repo. It currently downloads the...
In my mind, the goal for the short term is still to modularize Shellista, according to briarfox's model. The codebase is growing too much to maintain everything in one module,...
This should make it easier to work with from the Action menu
Certain settings, like password caching, might be undesirable to some users. Shellista should store settings in a text file (e.g. `~/.shellista`) to allow users to enable/disable certain features. A shellista-based...
Git checkout doesn't remove files that don't exist in the destination branch (the branch you're checking out)
If you pass a filename to the python command, the desired behavior should be that Pythonista directly runs that file. For example: python Clock.py should immediately run the Clock app....