/runix

A cross-platform UNIX shell.

Primary LanguageRustMIT LicenseMIT

runix

A cross-platform UNIX shell.

Features

Completed features will be marked:

  • Command Execution & Built-in Commands
  • Command History
  • Shell Scripts

Compiling

To compile runix, make sure you have a Rust toolchain that supports Rust 2021 edition installed.

  • git clone https://github.com/undersquire/runix
  • cd runix
  • cargo build --release

The Runix executable will be located in /target/release. To install it as your main shell, please look up instructions for your operating system online: how to change default shell on linux/mac/windows.

License

Runix is licensed under the MIT license.