All Projects → ColdGrub1384 → Libterm

ColdGrub1384 / Libterm

Licence: mit
iOS sandboxed terminal with Python, Lua and Clang

Programming Languages

shell
77523 projects
swift
15916 projects
bash
514 projects
script
160 projects

Projects that are alternatives of or similar to Libterm

Geo
🌎 A Bash utility for easy wan, lan, router, dns, mac address, and geolocation output, with clean stdout for piping
Stars: ✭ 225 (-35.34%)
Mutual labels:  cli, terminal, unix
Whipper
Python CD-DA ripper preferring accuracy over speed
Stars: ✭ 517 (+48.56%)
Mutual labels:  cli, terminal, unix
Yaspin
A lightweight terminal spinner for Python with safe pipes and redirects 🎁
Stars: ✭ 413 (+18.68%)
Mutual labels:  cli, terminal, unix
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-87.36%)
Mutual labels:  cli, terminal, unix
Unix Permissions
Swiss Army knife for Unix permissions
Stars: ✭ 106 (-69.54%)
Mutual labels:  cli, terminal, unix
Cross Platform Node Guide
📗 How to write cross-platform Node.js code
Stars: ✭ 1,161 (+233.62%)
Mutual labels:  cli, terminal, unix
Buildxl
Microsoft Build Accelerator
Stars: ✭ 676 (+94.25%)
Mutual labels:  cli, unix, sandbox
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-63.79%)
Mutual labels:  cli, terminal, framework
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+710.63%)
Mutual labels:  cli, terminal, framework
Travis Watch
Stream live travis test results of the current commit to your terminal!
Stars: ✭ 294 (-15.52%)
Mutual labels:  cli, terminal
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (-13.22%)
Mutual labels:  cli, terminal
Has
✅ checks presence of various command line tools and their versions on the path
Stars: ✭ 309 (-11.21%)
Mutual labels:  cli, terminal
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+839.37%)
Mutual labels:  cli, terminal
Consola
Elegant Console Logger for Node.js and Browser 🐨
Stars: ✭ 3,461 (+894.54%)
Mutual labels:  cli, terminal
Pastel
A command-line tool to generate, analyze, convert and manipulate colors
Stars: ✭ 3,742 (+975.29%)
Mutual labels:  cli, terminal
Simpletable
Simple tables in terminal with Go
Stars: ✭ 288 (-17.24%)
Mutual labels:  cli, terminal
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (-9.77%)
Mutual labels:  cli, terminal
Eureka
💡 CLI tool to input and store your ideas without leaving the terminal
Stars: ✭ 316 (-9.2%)
Mutual labels:  cli, terminal
Nestjs Console
A nestjs module that provide a cli to your application.
Stars: ✭ 284 (-18.39%)
Mutual labels:  cli, terminal
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+842.24%)
Mutual labels:  cli, terminal

LibTerm

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

Download on the App Store

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].