Shark is a minimal shell written in Rust. It's a work-in-progress project created as a learning exercise to explore shell development and Rust programming.
- Tilde expansion:
~
- Change directory:
cd
-
Install with cargo:
cargo install --git=https://github.com/dybdeskarphet/shark shark
-
Clone and build:
git clone https://github.com/dybdeskarphet/shark cd shark cargo build --release ./target/release/shark
- Add support for more internal commands.
- Implement basic scripting capabilities.
- Add support for escape sequences.
- Improve error handling.
This project is released under the GNU GPLv3.