/crush

Crush is a command line shell that is also a powerful modern programming language.

Primary LanguageRustMIT LicenseMIT

Crush

Crush is an attempt to make a traditional command line shell that is also a modern programming language. It has the features one would expect from a modern programming language like a type system, closures and lexical scoping, but with a syntax geared toward both batch and interactive shell usage.

Building and installing Crush

Crush should work on any modern Unix system. Install rust,

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

clone this repository,

git clone https://github.com/liljencrantz/crush.git

and run

cd crush; cargo build

and you should have a working binary to try out.

Have fun!