Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

betty no longer shows list of known things #63

Closed
lpanebr opened this issue May 13, 2014 · 8 comments
Closed

betty no longer shows list of known things #63

lpanebr opened this issue May 13, 2014 · 8 comments

Comments

@lpanebr
Copy link
Contributor

lpanebr commented May 13, 2014

She used to:

$ betty abracadabra
Betty: Sorry, I don't know how to abracadabra yet. If you are a developer you can teach me!
I do know how to
Betty: Control Spotify
Betty: Count
Betty: Show information related to your User accounts
Betty: Download files from Internet, uncompress/compress them
Betty: Find files
Betty: Manipulate a running Procs (processes)
Betty: Control iTunes
Betty: Pull out Maps from Google
Betty: Find file Sizes
Betty: Show OS name
Betty: Manage file Permissions
Betty: Show information about Datetime
Betty: Translate

but now she:

$ betty abracadabra
Betty: I don't understand. Hopefully someone will make a pull request so that one day I will understand.
@pannous
Copy link
Contributor

pannous commented May 13, 2014

Was this deleted intentionally?

Here is a nicer version of the default answer:

commit 4fe3752
Date: Tue May 13 14:23:42 2014 +0200

added back examples

@pannous pannous closed this as completed May 13, 2014
@pickhardt
Copy link
Owner

Yeah I did. I simplified the response when she doesn't understand. It's just nicer for her to give a simple reason than to have a huge list come out unexpectedly.

@lpanebr
Copy link
Contributor Author

lpanebr commented May 13, 2014

Ow I see. Perhaps she could say in the end:
If you want you can ask me betty what can you do?

And then she would show the list..

@pannous
Copy link
Contributor

pannous commented May 13, 2014

It was annoying with the say command, but it's okay with puts, right?

@lpanebr
Copy link
Contributor Author

lpanebr commented May 13, 2014

I am sorry. I don't know what you mean..

:-/

@pannous
Copy link
Contributor

pannous commented May 13, 2014

checkout dev, you'll see:

me:~/betty$ betty dfsfdsafd
Betty: I don't understand. Hopefully someone will make a pull request so that one day I will understand.
I do know how to
Config:     change your name to Joe
Count:      count lines in this folder
Datetime:       what time is it
Find:       find me all files that contain california
Fun:        go crazy
Internet:       uncompress something.tar.gz
iTunes:     stop my music
Map:        show me a map of mountain view
Meta:       whats your github again
OS:     show what OS is used
Permissions:        give anotheruser ownership of myfile.txt
Process:        list of all processes
Sizes:      show size for file myfile.txt
Spotify:        pause spotify
Translate:      translate from English to Spanish
User:       whats my real name

(examples not spoken)

@pannous
Copy link
Contributor

pannous commented May 13, 2014

Run it again and it will show you different examples

@lpanebr
Copy link
Contributor Author

lpanebr commented May 13, 2014

ow, I see..

Yes, this is interesting indeed. Adding a little fuzziness to the output makes it more human-like!

The tabs alignment are a problem though...

  • perhaps bringing back the color to the Category and just using ": " to join the random sample output will make it nicer..
  • Also changing I do know how to with Here is a sample of what I can do
  • Then adding a \n And remember: when unsure ask me for help with 'betty help Count'

A final note: I had fixed the betty Process changing it to betty Procs as the former does not work..

great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants