An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Hits-of-Code](https://hitsofcode.com/github/vasilisalmpanis/fitness-tracker?branch=main)](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