cicada-0.3.2 is not a library.
Visit the last successful build:
cicada-1.2.2
Cicada Shell
A Simple Unix shell written in Rust.
Install (needs rust environment)
$ make install
Set cicada as your login shell
Appending /usr/local/bin/cicada into your /etc/shells, then run
$ chsh -s /usr/local/bin/cicada
Usage (Features so far)
run programs
pipeline
| | |
redirections
|
math arithmetic
) )
history
see doc
completions
see doc
To do list
- update ENV vars
- rc file
- and less...
Won't do list
- functions
- job controls (
Ctrl-Z,fg,bgetc) - Windows support
- and more...
Related projects
- xonsh - A python-powered, cross-platform, Unix-gazing shell.