Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 575 Bytes

gstreamer-tab

A basic GStreamer tab completion plugin for zsh

Install

Manual

First, clone this repository.

git clone https://github.com/CraigCarey/gstreamer-tab ~/somewhere

Then add the following line to your ~/.zshrc.

source ~/somewhere/gstreamer-tab.plugin.zsh

Oh-My-Zsh

Clone this repository to your custom directory and then add gstreamer-tab to your plugin list.

git clone https://github.com/CraigCarey/gstreamer-tab ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/gstreamer-tab