2025-03-14 21:59:59 -06:00
|
|
|
# elvish
|
|
|
|
|
|
|
|
|
|
> Expressive programming language and a versatile interactive shell.
|
|
|
|
|
> See also: `nu`.
|
2025-04-03 20:36:56 -06:00
|
|
|
> More information: <https://elv.sh/ref/command.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|