Skip to content

9623-Warp-Drive/vex-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VEX Completion

This project aims at gathering/developing completion scripts for command line interface of VEX development softwares.

Dependencies

  • bash
  • zsh

Manual Installation

Clone the repository

$ git clone https://github.com/9623X/vex-completions

ZSH

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

Bash

Source the bash completion script, for example by adding in ~/.bashrc:

. path/to/vex-completion/pros/bash/prosv5

Contributing

Contributions are welcome, see CONTRIBUTING

Todo

  • PROS:
    • zsh completion script
    • bash completion script
    • fish completion script
  • Robot Mesh:
    • zsh completion script
    • bash completion script
    • fish completion script

Releases

No releases published

Packages

No packages published

Languages