Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 837 Bytes

README.rst

File metadata and controls

32 lines (23 loc) · 837 Bytes

zdict.sh

zdict is a command line utility, it DOES need some completion scripts.

Install - zsh

Install with antigen

Use antigen to install this zsh plugin

source path-to-antigen-script/antigen.zsh
antigen bundle zdict/zdict.sh
antigen apply

Install by hand

  • Completion Script

    1. Prepare a folder for zsh completion scripts, e.g. $HOME/.completions

    2. Make sure completion folder is in $fpath

      # In your .zshrc
      fpath=($HOME/.completions $fpath)
      
    3. Put _zdict into completion folder

  • Query helper with tmux

    # In your .zshrc
    source path-to-plugin-script/zdict.plugin.zsh