HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

betty — Use natural language to execute commands. More information: <https://github.com/pickhardt/betty>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandlanguagecommandsbettyuseexecuteclinatural

Problem

How to use the betty command: Use natural language to execute commands. More information: <https://github.com/pickhardt/betty>.

Solution

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:
betty download {{https://example.com/file.ext}} to {{path/to/output_file.ext}}


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 specific directory:
betty unarchive {{archive.tar.gz}} to {{path/to/directory}}


Play Spotify:
betty play {{Spotify}}


Drive Betty to madness:
betty go crazy


Display version:
betty version

Code Snippets

Ask Betty something

betty {{what time is it}}

Download a file

betty download {{https://example.com/file.ext}} to {{path/to/output_file.ext}}

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 specific directory

betty unarchive {{archive.tar.gz}} to {{path/to/directory}}

Context

tldr-pages: common/betty

Revisions (0)

No revisions yet.