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: about 2 months ago
JSON representation
💻 A simple shell build with Rust
- Host: GitHub
- URL: https://github.com/kanseiky/rustyshell
- Owner: KanseiKy
- Created: 2021-06-25T05:07:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T10:26:20.000Z (about 5 years ago)
- Last Synced: 2025-09-12T11:50:43.546Z (10 months ago)
- Topics: emulator, python, python3, rust, rust-lang, rustlang, shell
- Language: Rust
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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.