marinehero / terminal

OpenTerm, a sandboxed command line interface for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal for iOS

OpenTerm

Download on the App Store
(Previously called Terminal for iOS)

Swift Platform: iOS Build Status
Twitter Donate via PayPal

About

This is a sandboxed command line interface for iOS.

Commands included:

awk cat cd chflags
chksum clear compress cp
curl date du echo
egrep env fgrep grep
gunzip gzip help link
ln ls mkdir mv
open-url printenv pwd readlink
rm rmdir scp sed
setenv sftp share ssh
stat sum tar tee
touch tr uname uncompress
unsetenv uptime wc whoami

Dependencies

This project uses a modified version of ios_system, which requires OpenSSL.

To set up dependencies, run bootstrap.sh.

Running

Open OpenTerm.xcworkspace, change the bundle identifier to an identifier linked to your Apple developer account in order to run. Build using the OpenTerm scheme.

Device

Please note that by default you can only build for arm64. No further action is required.

Simulator

To build for the iOS simulator, run:

./Dependencies/ios_system/Frameworks/prepare_simulator.sh

This will copy the necessary dependencies for the x86_64 architecture.

License

This project is available under the MIT license. See the LICENSE file for more info.

About

OpenTerm, a sandboxed command line interface for iOS

License:MIT License


Languages

Language:Swift 99.7%Language:Ruby 0.2%Language:Shell 0.1%