https://github.com/vasilisalmpanis/tinyrush
A small shell written in Rust. Educational project
https://github.com/vasilisalmpanis/tinyrush
rust shell system-programming
Last synced: 2 months ago
JSON representation
A small shell written in Rust. Educational project
- Host: GitHub
- URL: https://github.com/vasilisalmpanis/tinyrush
- Owner: vasilisalmpanis
- License: gpl-3.0
- Created: 2025-06-06T11:11:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T08:38:34.000Z (about 1 year ago)
- Last Synced: 2025-06-26T09:38:08.425Z (about 1 year ago)
- Topics: rust, shell, system-programming
- Language: Rust
- Homepage: https://vasilisalmpanis.github.io/TinyRuSH/index.html
- Size: 586 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://hitsofcode.com/github/vasilisalmpanis/fitness-tracker)
A small shell written in Rust. Educational project to get more acquinted with system calls in rust.
---
## Features
- ✅ Written in **Rust**
- ✅ Uses **rustline**
---
## How to Run
Clone the repository:
```sh
git clone https://github.com/vasilisalmpanis/TinyRuSH.git && cd TinyRuSH
```
To run the project:
```sh
cargo run
```
To build it:
```sh
cargo build
```
The binary will be located in ```./target/debug/TinyRuSH```
```sh
# Run it manually.
./target/debug/TinyRuSH
```
## Tests
Not implemented yet