https://github.com/lasjdhu/shell
Primitive shell application
https://github.com/lasjdhu/shell
cli rust shell
Last synced: 8 months ago
JSON representation
Primitive shell application
- Host: GitHub
- URL: https://github.com/lasjdhu/shell
- Owner: lasjdhu
- License: mit
- Created: 2024-06-16T19:25:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T01:17:10.000Z (over 1 year ago)
- Last Synced: 2025-02-14T02:29:06.053Z (over 1 year ago)
- Topics: cli, rust, shell
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell
### Usage
```sh
./shell
```
shell executable contains `cargo run` script
### Features
- run commands specified in your `$PATH`
- use builtin commands `exit`, `type`, `cd`, `pwd` and `echo`