Unix and Linux Discussions Tagged with complete |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
9,080 |
What is on Your Mind? |
|
|
|
4 |
3,659 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,070 |
Shell Programming and Scripting |
|
|
|
4 |
10,594 |
Emergency UNIX and Linux Support |
|
|
|
2 |
42,668 |
Shell Programming and Scripting |
|
|
|
0 |
3,231 |
Shell Programming and Scripting |
|
|
|
5 |
2,434 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,637 |
OS X Support RSS |
|
|
|
0 |
4,768 |
Sponsored |
|
|
|
0 |
1,205 |
UNIX and Linux RSS News |
|
|
|
0 |
1,232 |
Software Releases - RSS News |
|
|
|
1 |
6,192 |
Shell Programming and Scripting |
|
|
|
4 |
5,855 |
Programming |
|
|
|
6 |
5,131 |
Solaris |
|
|
|
6 |
13,336 |
Shell Programming and Scripting |
|
|
|
1 |
2,848 |
UNIX and Linux Applications |
|
|
|
5 |
2,276 |
Shell Programming and Scripting |
|
|
|
2 |
2,755 |
UNIX for Dummies Questions & Answers |
|
|
|
17 |
7,285 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,578 |
Programming |
|
|
|
2 |
4,043 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,638 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,999 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
4,619 |
Programming |
|
|
|
7 |
42,946 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,878 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,604 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
15,512 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,662 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,013 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,068 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
15,023 |
Programming |
|
|
|
2 |
3,219 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
7,724 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
3,202 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,886 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,593 |
IP Networking |
|
|
|
4 |
6,131 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
32,526 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,757 |
UNIX for Dummies Questions & Answers |
gst-complete-0.8(1) User Commands gst-complete-0.8(1)
NAME
gst-complete-0.8, gst-complete - perform bash completion for gst-launch command lines
SYNOPSIS
complete -Cgst-complete-0.8 gst-launch
gst-complete [--gst-list-mm] [--gst-mm=string] [--print]
DESCRIPTION
gst-complete-0.8 enables bash to provide context-sensitive tab completion for gst-launch command lines. See gst-launch(1) for the syntax of
gst-launch command lines.
You must have a version of bash that supports programmable completion. Such versions of bash provide the complete built-in command.
gst-complete is a wrapper script that runs the latest installed version of gst-complete-X.X. For example, if both gst-complete-0.7 and gst-
complete-0.8 are installed on your system, gst-complete runs gst-complete-0.8.
OPTIONS
The following options are supported by gst-complete-0.8 and gst-complete:
--help Display detailed usage message. You can also use -? to specify this option.
The following options are supported by gst-complete only:
--gst-list-mm List found major/minor versions. This option displays the versions that are available.
--gst-mm=string Force major/minor version. This option enables you to specify a specific version to run, if you do not want to run the
default version.
--print Print wrapped command line. This option displays the command that will be run, and then runs the command.
EXAMPLES
Example 1: Generating the Registry of Available Plugins by Running gst-compprep
Run the following command in your .bash_profile or other appropriate place:
example% complete -C gst-complete-0.8 gst-launch
Example 2: Running the Wrapper Script and Displaying the Command Name
example% gst-complete --print
/usr/bin/gst-complete-0.8
FILES
The following files are used by this application:
/usr/bin/gst-complete-0.Executable for bash completion for gst-launch
/usr/bin/gst-complete Wrapper script that runs the latest installed version of gst-complete-X.X
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-media |
+-----------------------------+-----------------------------+
|Interface stability |External |
+-----------------------------+-----------------------------+
SEE ALSO
gst-compprep(1), gst-feedback(1), gst-inspect(1), gst-launch(1), gst-launch-ext(1), gst-md5sum(1), gst-register(1), gst-thumbnail(1), gst-
typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.8(3), libgstgetbits(3)
NOTES
Original man page written by the GStreamer team at http://gstreamer.net/.
Updated by Brian Cameron, Sun Microsystems Inc., 2004.
SunOS 5.10 14 Oct 2004 gst-complete-0.8(1)