Releases: Aditya-1304/ASH-Rust
Releases · Aditya-1304/ASH-Rust
Release list
First pre-release for Linux (only)
ASH Shell v0.1.0 – pre-release
Summary / Changelog
This initial release of ASH Shell introduces a fully functional command-line shell built in Rust, featuring:
- Custom error handling
- Integrated command history
- Support for commands:
cd,ls,cat,mkdir,touch,rm,cp,mv,grep,pwd,echo,date, andhistory - Signal handling with
ctrlc - Cross-platform support
Installation and Usage Instructions
Installation:
- On Linux
- Open your terminal and navigate to the download directory.
- Extract the tarball and make the binary executable:
tar -xzvf ash-shell-v0.1.0-linux.tar.gz chmod +x ash-shell
- Run the shell:
./ash-shell