Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kanseiky/rustyshell
- Owner: KanseiKy
- Created: 2021-06-25T05:07:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T10:26:20.000Z (over 3 years ago)
- Last Synced: 2024-11-19T05:05:40.582Z (2 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
[![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.