OpenTerm is a sandboxed command line interface for iOS.
Features:
Scripting – uses a new programming language, called Cub, that is inspired by Swift and specifically created for OpenTerm
• A guide for Cub is included for learning the language
• A documentation panel lists all available functions you can use in your scripts
• Scripts essentially become commands that you can execute from anywhere
• Scripts can ask for user input (e.g. “Enter a number: “)
• Scripts can execute any command, even other scripts
• Cub is open source (https://github.com/louisdh/cub)
Tabs support
• Also supports split view
Directory bookmarks – save directories and easily revisit them
• Commands are now accessible from Spotlight
• Improved script error handling
• Improved stability