2021-11-14 01:35:01 +10:00
|
|
|
# elvish
|
|
|
|
|
|
|
|
> Expressive programming language and a versatile interactive shell.
|
2022-04-25 07:07:47 +10:00
|
|
|
> See also: `nu`.
|
2025-03-28 05:26:23 +02:00
|
|
|
> More information: <https://elv.sh/ref/command.html>.
|
2021-11-14 01:35:01 +10:00
|
|
|
|
|
|
|
- Start an interactive shell session:
|
|
|
|
|
|
|
|
`elvish`
|
|
|
|
|
2022-04-25 07:07:47 +10:00
|
|
|
- Execute specific [c]ommands:
|
2021-11-14 01:35:01 +10:00
|
|
|
|
2022-04-25 07:07:47 +10:00
|
|
|
`elvish -c "{{echo 'elvish is executed'}}"`
|
2021-11-14 01:35:01 +10:00
|
|
|
|
2022-04-25 07:07:47 +10:00
|
|
|
- Execute a specific script:
|
2021-11-14 01:35:01 +10:00
|
|
|
|
|
|
|
`elvish {{path/to/script.elv}}`
|