LinuxCommandLibrary

betty

Use natural language to execute commands.

TLDR

Ask Betty something

$ betty [what time is it]
copy


Download a file
$ betty download [https://example.com/file.ext] to [path/to/output_file.ext]
copy


Compress a file or directory to one of the support archive formats
$ betty [zip] [path/to/file_or_directory]
copy


Extract an archive into the current directory
$ betty [unzip] [archive.tar.gz]
copy


Extract an archive into a specific directory
$ betty unarchive [archive.tar.gz] to [path/to/directory]
copy


Play Spotify
$ betty play [Spotify]
copy


Drive Betty to madness
$ betty go crazy
copy


Display version
$ betty version
copy

Help

Betty: What can I help you with? 

Copied to clipboard