Currently, basic auto-completion is possible in zsh with the following:
_JMP_COMPLETE=zsh_source jmp > ~/.jmp-complete.zsh && echo 'source ~/.jmp-complete.zsh' >> ~/.zshrc
the following improvements are suggested:
- find, verify, and document autocompletion for all supported shells
- evaluate the usefulness of implementing
jmp completion subcommand, the inclusion of aliases, and dynamic completion for options
- evaluate the possibility of autocompletion for the j command (the basic completion as used for jmp doesn't work)