| Crates.io | shelljougahara |
| lib.rs | shelljougahara |
| version | 0.0.2 |
| created_at | 2025-06-13 22:52:17.591253+00 |
| updated_at | 2025-07-07 20:27:37.157475+00 |
| description | A simulated shell written in Rust. |
| homepage | |
| repository | https://github.com/sevnx/shelljougahara-rs |
| max_upload_size | |
| id | 1711967 |
| size | 114,440 |
A simulated shell environment written with a virtual file system, written in Rust.
This project is part of the DesCode project, a programming learning platform. In it, it used for a specific type of exercise, where the user interacts with an instance of the shell, and the goal is to either get some information from the file system, or to execute specific commands to learn your way around a terminal, and the file system of an OS.
Writting a shell environment that closely mimics the behavior of a real Linux shell, implementation is heavily influenced by it. Sometimes, for simplicity it may deviate but the overall feel should be similar.