Skip to content

vikram2784/gst-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous integration

gst-launch-1.0 shell completion

Get suggestions for elements and it's properties as you build your gstreamer pipeline in the bash 🚀

demo

  • Suggests/Autocompletes next compatible elements in the pipeline.
  • Suggests/Autocompletes properties of the current element

Build and Install

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.

Setup

complete -o nosort -C _gst_completion gst-launch-1.0

That's it and you are good to go!

About

Bash Autocomplete for gst-launch-1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages