This project aims at gathering/developing completion scripts for command line interface of VEX development softwares.
- bash
- zsh
Clone the repository
$ git clone https://github.com/9623X/vex-completions
Include the directory in your $fpath
, for example by adding in ~/.zshrc
:
fpath=(path/to/vex-completion/pros/zsh $fpath)
You may have to force rebuild zcompdump
:
$ rm -f ~/.zcompdump; compinit
Source the bash completion script, for example by adding in ~/.bashrc
:
. path/to/vex-completion/pros/bash/prosv5
Contributions are welcome, see CONTRIBUTING
- PROS:
- zsh completion script
- bash completion script
- fish completion script
- Robot Mesh:
- zsh completion script
- bash completion script
- fish completion script