https://github.com/jonaylor89/jsh
Unix shell written in C and ported to Rust
https://github.com/jonaylor89/jsh
rust terminal unix-shell
Last synced: 17 days ago
JSON representation
Unix shell written in C and ported to Rust
- Host: GitHub
- URL: https://github.com/jonaylor89/jsh
- Owner: jonaylor89
- Created: 2018-05-15T23:18:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T16:14:55.000Z (over 7 years ago)
- Last Synced: 2025-01-11T21:41:39.165Z (over 1 year ago)
- Topics: rust, terminal, unix-shell
- Language: Rust
- Homepage: https://brennan.io/2015/01/16/write-a-shell-in-c/
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSH: The future of the terminal
\*nix shell written entirely in rust
## Builtin Commands
- cd : Change Directory
- help : Display Help Menu
- exit : Exit Shell
## TODO
- Configuration of prompt (In progress))
- Shell plugins
- Scripting language