tldr/pages/common/elvish.md

18 lines
324 B
Markdown
Raw Normal View History

2021-11-13 15:35:01 +00:00
# elvish
> Expressive programming language and a versatile interactive shell.
2022-04-24 22:07:47 +01:00
> See also: `nu`.
2021-11-13 15:35:01 +00:00
> More information: <https://elv.sh>.
- Start an interactive shell session:
`elvish`
2022-04-24 22:07:47 +01:00
- Execute specific [c]ommands:
2021-11-13 15:35:01 +00:00
2022-04-24 22:07:47 +01:00
`elvish -c "{{echo 'elvish is executed'}}"`
2021-11-13 15:35:01 +00:00
2022-04-24 22:07:47 +01:00
- Execute a specific script:
2021-11-13 15:35:01 +00:00
`elvish {{path/to/script.elv}}`