seomoz / shovel

Rake, for Python
MIT License
660 stars 49 forks source link

add zsh autocomplete for shovel tasks #24

Closed philadams-zz closed 10 years ago

philadams-zz commented 10 years ago

Because shovel is awesome, but typing isn't. Because help does some pretty printing, I created a new method for the command line tool tasks that dumps out an alphabetical list of task .fullnames and a documentation snippet with simple, flat formatting like rake's --tasks. Then added a little zsh script.

Now using autocomplete in my repos and projects, and loving it.

Thank you for shovel!

dlecocq commented 10 years ago

Hey @philadams, sorry for not getting on this sooner. I'd been putting off merging this until I had finished some refactoring and I didn't want to nuke your commit. I opened up #29 which includes your change made compatible with the refactoring, so I'll close this PR out.

Thanks!

philadams-zz commented 10 years ago

@dlecocq awesome! Thank you - looks great.