zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Subject: PATCH: _surfraw
Date: Sun, 23 Apr 2006 00:33:42 -0400	[thread overview]
Message-ID: <20060423043342.GA17971@scowler.net> (raw)

Update from Micah Anderson.

Index: Completion/Unix/Command/_surfraw
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_surfraw,v
retrieving revision 1.6
diff -u -r1.6 _surfraw
--- Completion/Unix/Command/_surfraw	28 Feb 2006 18:10:48 -0000	1.6
+++ Completion/Unix/Command/_surfraw	23 Apr 2006 02:56:00 -0000
@@ -63,6 +63,12 @@
           '-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 @@
       ;;
       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 @@
       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 @@
           '-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]:' \


                 reply	other threads:[~2006-04-23  4:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060423043342.GA17971@scowler.net \
    --to=clint@zsh.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).