zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: md5sum completion function
@ 2007-09-28  6:49 Jesse W
  2007-09-28  8:48 ` Clint Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse W @ 2007-09-28  6:49 UTC (permalink / raw)
  To: zsh-workers

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-01 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-28  6:49 PATCH: md5sum completion function Jesse W
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

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).