1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 23:55:26 +02:00
tldr/pages/common/betty.md

37 lines
687 B
Markdown
Raw Normal View History

2021-03-03 20:37:52 +03:00
# betty
> Use natural language to execute commands.
> More information: <https://github.com/pickhardt/betty>.
- Ask Betty something:
`betty {{what time is it}}`
- Ask Betty version:
`betty version`
- Download a file:
`betty download {{https://example.com/file.png}} to {{file.png}}`
- Compress a file or directory to one of the support archive formats:
`betty {{zip}} {{path/to/file_or_directory}}`
- Extract an archive into the current directory:
`betty {{unzip}} {{archive.tar.gz}}`
- Extract an archive into a directory:
2022-12-04 10:12:49 +01:00
`betty unarchive {{archive.tar.gz}} to {{path/to/directory}}`
2021-03-03 20:37:52 +03:00
- Play Spotify:
`betty play {{Spotify}}`
- Drive Betty to madness:
`betty go crazy`