pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.83k stars 70 forks source link

[FR] Add shell completion #164

Open murlakatamenka opened 1 year ago

murlakatamenka commented 1 year ago

Would be nice to discover flcones subcommands/flags/options via interactive shell tab-completion.

I can help to migrate to clap v3 (+derive) + clap_complete from current clap v2 + structopt if you don't mind.

pkolaczk commented 1 year ago

Of course, contributions are welcome!

pkolaczk commented 1 year ago

So far I migrated to clap v4. The help text looks much nicer. But shell completion is still to do.

murlakatamenka commented 1 year ago

Thanks! clap v4 is released now, so is clap_complete, I'll migrate a few of my projects to it and then will send a PR for fclones.