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 update
sudo apt-get install elvish
- OS X
-
brew install elvish
- Dockerfile
- dockerfile.run/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