betty icon indicating copy to clipboard operation
betty copied to clipboard

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.

Results 51 betty issues
Sort by recently updated
recently updated
newest added

If it were possible to add Italian it would be great really!!!!

Hello, I'm on Windows 7 32-bit. When I run _**betty speak to me**_, I'm getting following error : ``` which: no say in (/cygdrive/c/Users/Aditya/.local/bin:/mingw32/bin:/usr/local/bin:/usr/bin:/usr/bin:/mingw32/bin:/usr/bin:/cygdrive/c/Users/Aditya/.local/bin:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/NVIDIA Corporation/PhysX/Common:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files/Skype/Phone:/l/xampp/php:/c/ProgramData/ComposerSetup/bin:/c/Program Files/nodejs:/c/Users/Aditya/AppData/Roaming/Composer/vendor/bin:/c/Users/Aditya/AppData/Roaming/npm:/c/Program Files/Yarn/bin:node_modules/.bin:/l/Aditya's Work/Sublime...

i'm new to git hub and i don't know how to run it

Self destruct (not actually destroying anything, add rm -r * if you're funky)

* Redirects the STDERR output of `where` command used in `User.has_command?` check. We deal with the result inside the program anyway, so error messages like in #170 and #197 are...

I would love to be able to type something like betty install nettools and have betty use the OS gem to figure out my os and which install command to...

I'm in zsh: 21:49:16 [email protected] betty master echo $0 -zsh 21:49:51 [email protected] betty master but betty gives me this when trying to install: 21:44:57 [email protected] betty master ruby install.rb We...

By having betty executable and converting the existing scripts into a Ruby gem, the installation will be much easier for users. ```sh gem install betty betty whats my name ```...

When the request "$ betty give me permission to this directory" is given, the command executed is (according to the information page): sudo chown -R `whoami` . First and foremost,...

usage: ``` create a directory bar2 inside foo2 inside bar inside foo``` (or) usage: ``` create a directory bar2 in foo2 in bar in foo``` command : ```mkdir -p foo/bar/foo2/bar2```...