titleweight
completion
102

install auto-completion for zsh

if you install iterm2 on your macOS or linux,and you use oh-my-zsh,you can follow the steps:

  1. # cd ~/.oh-my-zsh/plugins
  2. // create incr folder
  3. # mkdir incr
  4. // download incr plugin
  5. # wget https://mimosa-pudica.net/src/incr-0.2.zsh
  6. // authorize incr
  7. # chmod 777 ~/.oh-my-zsh/plugins/incr/incr-0.2.zsh
  8. # vim ~/.zshrc, and insert "source ~/.oh-my-zsh/plugins/incr/incr-0.2.zsh" in the "~/.zshrc",save and quit
  9. // flush configuration
  10. # source ~/.zshrc

Then you can use auto-completion for jcli, maybe you will find other commands can also use it