iterative / shtab

↔️ Automagic shell tab completion for Python CLI applications
https://docs.iterative.ai/shtab
Other
362 stars 35 forks source link

fish shell support #134

Open skshetry opened 1 year ago

Josef-Friedrich commented 7 months ago

It would be very nice if shtab could support the fish shell!

skshetry commented 7 months ago

Contributions are welcome. :)

dbarnett commented 8 hours ago

FWIW this is currently one of the big advantages of argcomplete over shtab, working support for fish and a few other shells: https://github.com/kislyuk/argcomplete?tab=readme-ov-file#support-for-other-shells (while the README here incorrectly claims it only provides bash completion).

In fish I haven't noticed any slowness FWIW.