2021-03-03 17:37:52 +00:00
|
|
|
# betty
|
|
|
|
|
|
|
|
> Use natural language to execute commands.
|
|
|
|
> More information: <https://github.com/pickhardt/betty>.
|
|
|
|
|
|
|
|
- Ask Betty something:
|
|
|
|
|
|
|
|
`betty {{what time is it}}`
|
|
|
|
|
|
|
|
- Download a file:
|
|
|
|
|
2023-04-11 05:02:50 +01:00
|
|
|
`betty download {{https://example.com/file.ext}} to {{path/to/output_file.ext}}`
|
2021-03-03 17:37:52 +00:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2023-04-11 05:02:50 +01:00
|
|
|
- Extract an archive into a specific directory:
|
2021-03-03 17:37:52 +00:00
|
|
|
|
2022-12-04 09:12:49 +00:00
|
|
|
`betty unarchive {{archive.tar.gz}} to {{path/to/directory}}`
|
2021-03-03 17:37:52 +00:00
|
|
|
|
|
|
|
- Play Spotify:
|
|
|
|
|
|
|
|
`betty play {{Spotify}}`
|
|
|
|
|
|
|
|
- Drive Betty to madness:
|
|
|
|
|
|
|
|
`betty go crazy`
|
2023-04-11 05:02:50 +01:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`betty version`
|