From a47d70b7dd9236ad70952160b3d6d9067289c7bf Mon Sep 17 00:00:00 2001 From: Tan A <40173707+Yutyo@users.noreply.github.com> Date: Wed, 3 Mar 2021 20:37:52 +0300 Subject: [PATCH] betty: add page (#5341) --- pages/common/betty.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/betty.md diff --git a/pages/common/betty.md b/pages/common/betty.md new file mode 100644 index 0000000000..4680736a61 --- /dev/null +++ b/pages/common/betty.md @@ -0,0 +1,36 @@ +# betty + +> Use natural language to execute commands. +> More information: . + +- 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: + +`betty unarchive {{archive.tar.gz}} to {{directory}}` + +- Play Spotify: + +`betty play {{Spotify}}` + +- Drive Betty to madness: + +`betty go crazy`