Changeset 3676

Show
Ignore:
Timestamp:
2008-08-03 00:28:38 (5 months ago)
Author:
conrad
Message:

Add bash-completion/oggz script. Source it from your .profile, or add it
to /etc/bash_completion.d to enable completion of oggz tool options and
codec names.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/Makefile.am

    r3425 r3676  
    2323# Extra files to distribute in the source tarball. 
    2424EXTRA_DIST = oggz.pc.in oggz-uninstalled.pc.in \ 
     25        apache-install.sh \ 
     26        bash-completion/oggz \ 
    2527        $(SYMBIAN_extra_dist) $(WIN32_extra_dist) 
    2628 
  • liboggz/trunk/README

    r3313 r3676  
    125125    * oggz-validate: Validate the Ogg framing of one or more files. 
    126126 
     127The script bash-completion/oggz enables completion of tool options and codec 
     128names when using the bash shell. Source it from your .profile, or install it 
     129in /etc/bash_completion.d to enable it system-wide. 
     130 
    127131License 
    128132-------