about summary refs log tree commit diff
path: root/Completion/Unix/Command/_surfraw
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-04-23 04:47:14 +0000
committerClint Adams <clint@users.sourceforge.net>2006-04-23 04:47:14 +0000
commiteee9cb16808d020840b81842b985df439a371e52 (patch)
treeb6414a885941c50ad106716cb77f6169438840da /Completion/Unix/Command/_surfraw
parent5d9563ab12580aa1d0b20bcfba4af006b46b2a09 (diff)
downloadzsh-eee9cb16808d020840b81842b985df439a371e52.tar.gz
zsh-eee9cb16808d020840b81842b985df439a371e52.tar.xz
zsh-eee9cb16808d020840b81842b985df439a371e52.zip
22425: update for new surfraw debsec elvi from Micah Anderson.
Diffstat (limited to 'Completion/Unix/Command/_surfraw')
-rw-r--r--Completion/Unix/Command/_surfraw40
1 files changed, 38 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_surfraw b/Completion/Unix/Command/_surfraw
index 79a30087f..89da0b8e5 100644
--- a/Completion/Unix/Command/_surfraw
+++ b/Completion/Unix/Command/_surfraw
@@ -63,6 +63,12 @@ case $state in
           '-results=-:[number of results to return]' \
           '*:search string' && ret=0
       ;;
+      ctan)
+	_arguments $args \
+	'-name[Search by filename]' \
+	'-desc[Search descriptions (default)]'\
+	'-doc[Search documentation]'
+      ;;
       currency)
         _arguments \
           '-l[List all known currency symbols]' \
@@ -75,7 +81,7 @@ case $state in
       ;;
       debbugs)
         _arguments \
-          '-search=:search type:(pkg src bug maint tag submitter)' \
+          '-search=:search type:(pkg src bug maint tag submitter severity tag)' \
           '-arc[show archived bugs]' \
           '-raw[do not sort by status or severity]' \
           '-rb[reverse order of bugs shown]' \
@@ -213,16 +219,30 @@ case $state in
       freshmeat)
         _deb_packages avail && ret=0
       ;;
+      fsfdir)
+	_arguments $args
+      ;;
       google)
         _arguments $args \
           '(-l --lucky)'{-l,--lucky}'[feeling lucky?]' \
           '-results=-:[number of results to return]:' \
           '-search=-:topic:(bsd linux mac unclesam)' && ret=0
+      ;;
+      gutenberg)
+	_arguments $args \
+	  '-title[Search titles (default)]'
+	  '-author[Search authors]'
+	  '-num[Search etext numbers]'
       ;;       
       imdb)
         _arguments $args \
           '-category=-:category:(All Titles MyMovies People Characters Quotes Bios Plots)' && ret=0
-        ;;
+      ;;
+      ixquick)
+	_arguments $args \
+	  '-search=-:search type:(web pics)' \
+	  '-lang=-:language:(english dansk deutsch espanol francais italiano nederlands norsk polski portugues suomi svenska turkce jiantizhongwen nihongo fantizhengwen hangul)'
+      ;;
       jake)
         _arguments $args \
           '-method=-:search type:(title issn)' \
@@ -365,6 +385,22 @@ case $state in
           '-arctext=-:[arc text color]:color:(Black Blue Darkgreen Red)' \
           :URL:_urls && ret=0
       ;;
+      wayback)
+	_arguments $args \
+	  '-syear=-[Start search from this year]:year' \
+	  '-smonth=-:[Start search from this month]:month:(jan feb mar apr may jun jul aug sep oct nov dec)' \
+	  '-sday=-[Start search from this day]:number' \
+	  '-eyear=-[End search in this year]:year' \
+	  '-emonth=-[End search in this month]:month:(jan feb mar apr may jun jul aug sep oct nov dec)' \
+	  '-eday=-[End search in this day]:number' \
+	  '-list[List all pages that match search criteria]' \
+	  '-dups[Show dups]' \
+	  '-compare[Compare pages]' \
+	  '-pdf[Show as PDF]' \
+	  '-alias=-[How to handle site aliases]:alias:(merge show hide)' \
+	  '-redir=-[How to handle redirections]:redir:(hide flag show)' \
+	  '-type=-[File type to search for]:type:(image audio video binary text pdf)'
+      ;;
       wetandwild)
         _arguments \
           '-city=-[town or City or (US only) zipcode]:' \