LibTerm

iOS sandboxed terminal with Python, Lua and Clang
授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 幸弘扬
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

LibTerm

LibTerm is a terminal for iOS with Python 3.7 and Lua 5.3. Supports iOS 13 dark mode and multi window.

Features

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!

Programming languages

LibTerm contains Python 2.7, Python 3.7, Lua and you can even code C. Compile your C sources with clang into LLVM IR code and interpret the LLVM IR code with the lli command.

package

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.

Building

  1. $ ./setup.sh
  2. Build LibTerm or LibTermCore target from LibTerm.xcodeproj

Acknowledgments

相关阅读

相关文章

相关问答

相关文档