topydo / topydo

A powerful todo list application for the console, using the todo.txt format.
GNU General Public License v3.0
774 stars 90 forks source link

Add bash and zsh completions #50

Open AnderRasoVazquez opened 9 years ago

AnderRasoVazquez commented 9 years ago

Filling commands, tags or projects with tab would be great.

P.S.: I'm a todotxt user for a long time but it was sad to see that Gina's tool wasn't getting any attention. When I heard about this project I immediately installed it from the AUR. Keep up the good work! =D

bram85 commented 9 years ago

Thanks for your message.

A valid request, but are you aware of the prompt mode, it offers completion for projects, contexts, and dates:

pip install prompt-toolkit
topydo prompt
AnderRasoVazquez commented 9 years ago

Sorry for the late response, thank you @bram85 =D

bram85 commented 7 years ago

For those interested, @Ajnasz committed a zsh completion script in his repository.