Skip to content

Releases: Aditya-1304/ASH-Rust

First pre-release for Linux (only)

Pre-release

Choose a tag to compare

@Aditya-1304 Aditya-1304 released this 12 Mar 18:44

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, and history
  • Signal handling with ctrlc
  • Cross-platform support

Installation and Usage Instructions

Installation:

  1. 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