ravinderj / rush

Simple shell in rust

Home Page:https://nrjais.github.io/rush/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rush (Rust Shell)

A simple shell with basic features in rust

Run it locally

git clone https://github.com/nrjais/rush.git && cd rush
cargo run

What works

  • Simple commands
  • Variable expansion

Builtins

  • cd
  • exit
  • let

To be implemented

  • Interactive input
  • Keybindings
  • Completions
  • Syntax highlighting
  • Autosuggestion
  • History support
  • Pipes
  • Output redirection
  • Scripting support
  • More builtins

About

Simple shell in rust

https://nrjais.github.io/rush/


Languages

Language:Rust 98.0%Language:Dockerfile 1.2%Language:Makefile 0.8%