Skip to content

Feature relase: tab completion now support!

Compare
Choose a tag to compare
@24seconds 24seconds released this 07 Mar 15:10
· 28 commits to main since this release
5dec5ee

๐Ÿ“ Tab completion

Tab completion now supports. You can type a little and hit the tab. Then you will get what you want.
image

How to add tab completion?

To do this, you need to follow this steps

  1. check your terminal shell. Currently we are supporting bash, zsh and fish.
  2. use completion command to generate completion script.
  3. put the completion file to proper path. For example, zsh acknowledges completion script if it is placed one of $fpath.
    Then you can use tab completion!
    For more detail, please check out the conversation in the pr #147 . Huge shout to @TheRustyPickle .

What's Changed

Full Changelog: v1.3.2...v1.3.3