elvish
Expressive programming language and a versatile interactive shell. See also: nu. More information: <https://elv.sh>.
Install
- All systems
-
curl cmd.cat/elvish.sh
- Debian
-
apt-get install elvish - Ubuntu
-
apt-get install elvish - Kali Linux
-
apt-get install elvish - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install elvish - OS X
-
brew install elvish
Expressive programming language and a versatile interactive shell. See also: nu. More information: <https://elv.sh>.
-
Start an interactive shell session:
elvish -
Execute specific [c]ommands:
elvish -c "echo 'elvish is executed'" -
Execute a specific script:
elvish path/to/script.elv
© tl;dr; authors and contributors