tldr-pages / tlrc

A tldr client written in Rust
http://tldr.sh/tlrc/
MIT License
232 stars 9 forks source link

Improve shell completions #51

Closed acuteenvy closed 6 months ago

acuteenvy commented 6 months ago

While we're at it, autocompleting languages & platforms would be nice. That requires adding some more command-line options though. I'll try to do it later.

Closes #50.

acuteenvy commented 6 months ago

I've added and tested completions for bash, fish and zsh. They now display available pages, platforms and languages. If you have any suggestions, feel free to submit a PR.