https://github.com/robolamp/rTerm
Fake UNIX terminal for personal pages
https://github.com/robolamp/rTerm
fun javascript rterm unix
Last synced: about 2 months ago
JSON representation
Fake UNIX terminal for personal pages
- Host: GitHub
- URL: https://github.com/robolamp/rTerm
- Owner: robolamp
- License: gpl-3.0
- Created: 2017-06-03T19:34:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T23:12:47.000Z (over 5 years ago)
- Last Synced: 2024-10-24T02:31:43.092Z (6 months ago)
- Topics: fun, javascript, rterm, unix
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 23
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rTerm
Fake UNIX terminal for my personal page## Avaliable commands
### ls
List files in the directory
Usage: ls [OPTION]... [FILE]...
Options:
-a do not ignore entries starting with .### cat
Concatenate FILE to output.
Usage: cat [OPTION]... [FILE]...### cd
If DIR is a directory: change current working directory to DIR;
if DIR is a link: open URL in a new tab.
Usage: cd [DIR]### uname
Show uname info from this.data.uname
Usage: uname### whoami
Show whoami info from this.data.whoami
Usage: whoami### help
Show GNU bash help
Usage: help### pwd
Show full pathname of the current working directory
Usage: pwd### echo
Print the STRING passed as argument
Usage: echo [STRING]### exit
Exit console (deactivate keys callbacks)
Usage: exit### ...and something else!
If you have some ideas how to implement a new command, please let me know!
## Example of usage
https://kotobank.ch/~robolamp/