LibTerm is a terminal for iOS with Python 3.7 and Lua 5.3. Supports iOS 13 dark mode and multi window.
The app supports most of OpenTerm features, but LibTerm has Python 3.7 instead of Cub. It supports opening directories outside the sandbox with UIDocumentPickerViewController
, multi tabbing and suggestions. Errors are shown in red!
LibTerm contains a package
command. With package
, you can download and install third party commands. You can publish your own commands by submitting a Pull Request to https://github.com/ColdGrub1384/LibTerm-Packages.
$ ./setup.sh
- Build
LibTerm
orLibTermCore
target fromLibTerm.xcodeproj
- InputAssistant
- ios_system
- OpenTerm (This is not a fork of OpenTerm but I used some code like the ANSI parser and I learned from it.)
- TabView