Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdh/openterm
OpenTerm, a sandboxed command line interface for iOS
https://github.com/louisdh/openterm
app bash cli ios terminal
Last synced: 2 months ago
JSON representation
OpenTerm, a sandboxed command line interface for iOS
- Host: GitHub
- URL: https://github.com/louisdh/openterm
- Owner: louisdh
- License: other
- Archived: true
- Created: 2018-01-06T16:47:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T17:01:43.000Z (over 6 years ago)
- Last Synced: 2024-08-05T09:18:31.226Z (6 months ago)
- Topics: app, bash, cli, ios, terminal
- Language: Swift
- Homepage:
- Size: 34.8 MB
- Stars: 1,624
- Watchers: 105
- Forks: 247
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
OpenTerm
(Previously called Terminal for iOS)## About
OpenTerm is a sandboxed command line interface for iOS.Commands included:
| | | | |
| ---------- | ---------- | ---------- | ---------- |
| awk | cat | cd | chflags |
| chksum | clear | compress | cp |
| credits | cub | curl | date |
| dig | du | echo | egrep |
| env | fgrep | grep | gunzip |
| gzip | help | host | link |
| ln | ls | mkdir | mv |
| nc | nslookup | open-url | pbcopy |
| pbpaste | ping | printenv | pwd |
| readlink | rlogin | rm | rmdir |
| say | scp | sed | setenv |
| sftp | share | sleep | ssh |
| ssh-keygen | stat | sum | tar |
| tee | telnet | touch | tr |
| uname | uncompress | unlink | unsetenv |
| uptime | wc | whoami | |## Dependencies
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.### Running on device
To run on a device, you will have to run `resign-frameworks.sh`, but first change `iPhone Developer: Louis D'hauwe (5U7B95VS8G)` with the name of your own certificate.## License
OpenTerm is available under the GPLv2 (or later) and the MPLv2 license.
See [COPYING](./COPYING) for more license info.