Skip to content

Shell

How to add ZSH Completion

  1. Clone the VisiData repo: git clone https://github.com/saulpw/visidata
  2. cd visidata
  3. Run the script that will create the list of autocompletes for visidata
dev/zsh_completion.py
  1. echo $fpath | grep site-functions to learn where your zsh site-functions folder is located. (Possible locations /usr/share/zsh/site-functions, /usr/local/share/zsh/site-functions)
  2. Move the visidata compdefs to where zsh can find them: sudo mv _visidata /path/to/site-functions
  3. compinit
  4. Check that the autocompletes are configured with grep -n visidata ~/.zcompdump

Corporate Sponsors

Sponsor saulpw on Github