Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanseiky/rustyshell

💻 A simple shell build with Rust
https://github.com/kanseiky/rustyshell

emulator python python3 rust rust-lang rustlang shell

Last synced: 6 days ago
JSON representation

💻 A simple shell build with Rust

Awesome Lists containing this project

README

        

[![Banner](https://github.com/KanseiKy/RustyShell/blob/main/assets/banner.png?raw=true)](https://github.com/KanseiKy/RustyShell/ 'RustyShell')

# RustyShell
💻 A simple shell build with [Rust](https://rust-lang.org/ 'Rust').

# Getting started
### Prerequisite
You will need [Git](https://git-scm.com/ 'Git'), [Python](https://python.org/ 'Python') and [Rust](https://rust-lang.org/ 'Rust')

### Building
To build this project, execute [`build.py`](https://github.com/KanseiKy/RustyShell/blob/main/build.py 'build.py') with [Python](https://python.org/ 'Python').
```sh
$ python build.py
```

### Commands
Head over to [`doc/Commands.md`](https://github.com/KanseiKy/RustyShell/blob/main/doc/Commands.md 'Commands.md') to get a list of all available commands.