climech / grit

Multitree-based personal task manager
MIT License
1.67k stars 48 forks source link

Shell auto completion #8

Open ironhouzi opened 3 years ago

ironhouzi commented 3 years ago

I think a CLI tool like this would benefit greatly from having a robust shell auto completion.

Did some basic research and saw that the CLI lib you're using doesn't seem to have this feature either: https://github.com/jawher/mow.cli/issues/113 -- which is a shame. Would you consider vendoring in these changes until the library devs figure out what to do?

I'd love to provide an MR instead of just a feature request, but I don't really know Go and its packaging well enough.