- Suggests/Autocompletes next compatible elements in the pipeline.
- Suggests/Autocompletes properties of the current element
cargo build --release && cargo install --path .
The executable called _gst_completion
will be installed in $HOME/.cargo/bin
or wherever your cargo path is setup. Make sure this path is in your $PATH
.
complete -o nosort -C _gst_completion gst-launch-1.0
That's it and you are good to go!