alanvardy / tod

An unofficial Todoist command line client written in Rust
MIT License
92 stars 9 forks source link

Add tab autocompletion #755

Open stacksjb opened 1 month ago

stacksjb commented 1 month ago

This would be external to rust code, would be a bash or zsh file (I will investigate)

https://blog.deepjyoti30.dev/tab-autocomplet-cli-apps

Not sure if this can be bundled with the rust/cargo or installed separately.

stacksjb commented 1 month ago

@alanvardy do you maintain the cli structure in a document anywhere?

stacksjb commented 1 month ago

It looks like we use Clap, so clap_generate might just do it for us - https://kbknapp.dev/shell-completions/

alanvardy commented 1 month ago

I really like the look of shell-completions :+1: