olets / zsh-abbr

The zsh manager for auto-expanding abbreviations, inspired by fish. ~13,000 unique cloners as of May '24, 580+ Homebrew installs 6/23-6/24
https://zsh-abbr.olets.dev
Other
511 stars 18 forks source link

command completion [for #104] #103

Closed olets closed 8 months ago

olets commented 8 months ago

Closes #104

Add completion for abbr commands.

For example abbr [TAB] to see the available subcommands, or abbr ad[TAB][TAB] to complete abbr add and see the available flags.

⚠️ drops the _abbr alias for abbr

~⚠️ Users who install zsh-abbr with Homebrew will not get completions yet. Soon…~ done