ouch-org / ouch

Painless compression and decompression in the terminal
https://crates.io/crates/ouch
Other
2.27k stars 76 forks source link

No path completion when using the short alias on ZSH #737

Closed hunkyburrito closed 1 hour ago

hunkyburrito commented 4 hours ago

Version

0.5.1

Description

Using the short alias (like d instead of decompress) prevents path completion from being available afterwards in ZSH.

Current Behavior

Typing ouch d <TAB> shows no completion options, but typing ouch decompress <TAB> shows path completion options.

Expected Behavior

Typing ouch d <TAB> shows the same completion options as the long form.

Additional Information

I have only tested on zsh, and am unsure if the same happens with other shells like bash or fish.

marcospb19 commented 1 hour ago

ty for the issue

duplicate of #357