bivab / prob_bash_completion

Bash autocompletion for ProB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProB Bash Completion

This tool generates bash completion information for the probcli tool.

To generate the completion information run make and pass the path to the probcli binary in the PROBCLI variable.

make PROBCLI=<path to probcli>

This generates a prob_completion.sh file. Sourcing this file will enable autocompletion support for probcli and probcli.sh.

Add the following line somewhere in your bash startup files:

source <path to prob_completion.sh>

About

Bash autocompletion for ProB

License:MIT License


Languages

Language:Shell 82.7%Language:Makefile 17.3%