drnic / github-tmbundle

TextMate bundle for working with GitHub
229 stars 37 forks source link

Renaming of context menu items related to multifile gist #3

Closed mfilej closed 8 years ago

mfilej commented 15 years ago

I had a project with a few files open in textmate and I tried sending all of them to a gist by using send multifile gist. It wasn't obvious to me until I read through the source code that the add to multifile gist command should have been used beforehand.

I suggest renaming the context menu items in the following way:

    Send multifile Gist => Send added files to multifile Gist
    Send private multifile Gist => Send added files to private multifile Gist

Or just color me ignorant :)