ru_shell 0.1.0

A Shell built around a semantic grammar
ru_shell-0.1.0 is not a library.

RuShell

A Shell built in rust build around the bogobble parser system.

It has a few features not many shells have:

  • syntax and error highlighting as you type.
  • multiline edits
  • raw string input

There is still plenty to do, but many things work

install using "cargo install ru_shell"

try it

let RU_PROMPT=r#"Hello \e33;$PWD\n>>\e0;"#

for a in * {
echo A is $a 
}