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

On any command I got this for an answer: /usr/lib/ruby/2.3.0/open-uri.rb:359:in `open_http': 503 Service Unavailable (OpenURI::HTTPError) from /usr/lib/ruby/2.3.0/open-uri.rb:737:in`buffer_open' from /usr/lib/ruby/2.3.0/open-uri.rb:212:in `block in open_loop' from /usr/lib/ruby/2.3.0/open-uri.rb:210:in`catch' from /usr/lib/ruby/2.3.0/open-uri.rb:210:in `open_loop' from /usr/lib/ruby/2.3.0/open-uri.rb:151:in`open_uri' from...

When asking the internet betty doesn't work for me, it drop the error: > which: no say in (/bin:/sbin:/usr/local/bin: ........ ) > which: no afplay in (/bin:/sbin:/usr/local/bin: ........ ) >...

It seems that Betty no longer looks up information online, for example, if I type "betty who is Batman" the program returns "Betty: I don't understand. Hopefully someone will make...

Added the Stackoverflow fetcher: if a query did not return any result, it fetches google with the query and displays the first Stackoverflow result. Backward compatibility should be ok, but...

important

Add auto-generated documentation. Note that 91.92 % is undocumented. Suggestion on documenting each module in lib or other *.rb here we say what does this *.rb does. task:, Author:, Date:,...

enhancement

Just `7z x file.7z.` And, why not alias 'extract=uncompress'? ``` $ betty extract file.7z Betty: I don't understand. Hopefully someone will make a pull request so that one day I...

Betty shows wrong time when queried from the Internet. ``` $ betty What is the time in Chicago? Asking the internet... Betty: It is 5:52 P.M. ``` Whereas the actual...

This could help us figure out how people expect betty to behave. The data could potentially be open for anyone to see, or if there are security concerns, it could...

1. This would allow us to add dependancies to betty. 2. This would allow us to use a more standard workflow of working straight off of master. I know it...

Should we get RDOC to automatically generate offline documentation for the betty source code?