summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-04-12 12:28:58 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-04-12 12:28:58 +0000
commitb048755fb1f93be51026a273acec6ac94fbf8383 (patch)
tree721604e58f3020b9cda432dc7849eb8b4531b144 /TODO
parentAdd have() for local installations; bug 88326. (diff)
downloadgentoo-bashcomp-b048755fb1f93be51026a273acec6ac94fbf8383.tar.gz
gentoo-bashcomp-b048755fb1f93be51026a273acec6ac94fbf8383.tar.bz2
gentoo-bashcomp-b048755fb1f93be51026a273acec6ac94fbf8383.zip
Added etcat completion.
svn path=/trunk/; revision=38
Diffstat (limited to 'TODO')
-rw-r--r--TODO46
1 files changed, 0 insertions, 46 deletions
diff --git a/TODO b/TODO
index 8e097cb..e1903d9 100644
--- a/TODO
+++ b/TODO
@@ -7,52 +7,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-#
-# etcat completion command
-#
-have etcat && {
-_etcat()
-{
- # -b </path/to/file> [category]
- # belongs </path/to/file> [category]
- # Searches for the package which a file belongs to with an option
- # to restrict a search to a single or multiple category. Wildcards
- # in the category name is accepted to speed up searching.
- # (eg. etcat belongs /usr/lib/libmpeg.so "media-*")
- #
- # -c <package[-version]>
- # changes <package[-version]>
- # Outputs ChangeLog entry for the package and version specified.
- # Uses the latest package version if none specified.
- #
- # -d <regex expression>
- # depends <regex expression>
- # Searches through portage for a dependency string satisfying that
- # regular expression.
- #
- # -f <package[-version]>
- # files <package[-version]>
- # Lists all the files installed for this package.
- #
- # -s <package>
- # size <package>
- # Outputs the installed size of the package.
- #
- # -u <package[-version]>
- # uses <package[-version]>
- # Outputs the USE flags supported by this package and also their
- # installed state and description.
- #
- # -v <package>
- # versions <package>
- # Output all the versions for packages that match the package name
- # given with indication of whether the packages is stable, masked,
- # unstable or installed.
-
-}
-complete -F _etcat etcat
-}
-
# epm completion command
#
have epm && {