-
Notifications
You must be signed in to change notification settings - Fork 37
Tab completion
Thomas Nipen edited this page Apr 29, 2017
·
5 revisions
The other/verif.sh
script contains tab completion code for the bash shell. To use it, copy it into wherever bash completion scripts are kept (e.g. /etc/bash_completion.d
) or call the script in your ~/.bashrc
file
Now hitting TAB twice after typing verif
on the command-line will show the available command-line options. This will also tab complete metrics after typing -m
.
- Introduction
- Installation
- Basic usage
- Metrics and diagrams
- Visualization options
- Data manipulation options
- Datasets
- Other