source: trunk/third/gstreamer/tools/gst-complete.1.in @ 21005

Revision 21005, 902 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21004, which included commits to RCS files with non-trunk default branches.
Line 
1.TH GStreamer 1 "June 2001"
2.SH NAME
3gst\-complete - do bash completion for gst\-launch command\-lines
4.SH SYNOPSIS
5.B  complete -C gst\-complete gst\-launch
6.SH DESCRIPTION
7.PP
8\fIgst\-complete\fP is a utility enabling bash to provide
9context sensitive tab completion for \fIgst\-launch\fP command\-lines.
10.
11See the man page for \fIgst\-launch\fP for the syntax of \fIgst\-launch\fP
12command\-lines.
13.
14You must have a version of bash which supports programmable completion.
15Versions of bash which support this provide the \fIcomplete\fP builtin
16command.
17.
18.SH USAGE
19Generate the registry of available plugins by running
20\fIgst\-compprep\fP.
21.
22In your .bash_profile or other appropriate place, run
23.TP 8
24.B  complete -C gst\-complete gst\-launch
25.SH SEE ALSO
26.BR gst\-compprep (1),
27.BR gst\-launch (1),
28.BR gst\-register (1),
29.BR gst\-inspect (1),
30.SH AUTHOR
31The GStreamer team at http://gstreamer.net/
Note: See TracBrowser for help on using the repository browser.