Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igaryhe/rush
A Simple Shell Written in Rust
https://github.com/igaryhe/rush
Last synced: 2 months ago
JSON representation
A Simple Shell Written in Rust
- Host: GitHub
- URL: https://github.com/igaryhe/rush
- Owner: igaryhe
- License: bsd-3-clause
- Created: 2019-03-19T08:12:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T01:08:25.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T01:39:12.055Z (6 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* A Simple Shell Written in Rust
Implemented functions:
- Spawn child process
- Spawn concurrent child process using ~&~
- Using ~!!~ to execute the previous command
- Using ~histroy~ to view the operation history
- Using ~!~ plus a number, to execute previous command with the number
- Basic error handling
** Build
- Install Rust by using command ~curl https://sh.rustup.rs -sSf | sh~
- ~cd~ to the root directory of this project
- ~cargo run~