zsh-workers
 help / color / mirror / code / Atom feed
From: Jesse W <jessw@netwood.net>
To: zsh-workers@sunsite.dk
Subject: PATCH: md5sum completion function
Date: Thu, 27 Sep 2007 23:49:36 -0700	[thread overview]
Message-ID: <57a435543842b8fbe66c6b160483e197@netwood.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

Here is a completion function for the md5sum tool (the version included 
with the dpkg project).

Let me know if there is any other information I should provide.

[-- Attachment #2: _md5sum --]
[-- Type: application/octet-stream, Size: 464 bytes --]

#compdef md5sum

#descriptions copied from dpkg's version of md5sum's output.
#dpkg's version is in the public domain.

#Written by Jesse Weinstein <jessw@netwood.net> 
#Thu Sep 27 23:42:28 2007
#Released into the public domain.

_arguments -S \
    "-v[verbose, print file names when checking]" \
    "-b[read files in binary mode]" \
    "(*)-c[check message digests (default is generate)]:md5 digest file:_files -g \*.md5" \
    "(-)*:file to digest:_files" 



[-- Attachment #3: Type: text/plain, Size: 17 bytes --]



Jesse Weinstein

             reply	other threads:[~2007-09-28  6:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-28  6:49 Jesse W [this message]
2007-09-28  8:48 ` Clint Adams
     [not found]   ` <32b0b2b00e40f419c51b56272f899671@netwood.net>
2007-09-29 22:07     ` Jesse W
2007-10-01 13:17     ` Clint Adams

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=57a435543842b8fbe66c6b160483e197@netwood.net \
    --to=jessw@netwood.net \
    --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).