Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [patch] Add _cksum
- X-seq: zsh-workers 42644
- From: Matthew Martin <phy1729@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [patch] Add _cksum
- Date: Fri, 13 Apr 2018 22:42:11 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=P4HHcm0uQKbA2lfyAVA5mLNqapAc7CaKin1L4HGCEO0=; b=Hr6cf51trsgyo7yUcwhIPjw+2dfW8qwIB/nMPUuvSHjBHx9biARcl5cHDScvyTAPyX repgnJXG6EvYUiqgIPiL+kUem1hBoUL9i+YaABU7dij6W+PaNFS7OZCaehmLKtSYBu73 2E0WE3PAi6k9tkahgDG1y6SxMEuZeynsB2rwnmP+Ouhhg3++HZSmnaXMSNPPKnv4V4Kq QmkCtZH8Meml9apZLejA8lp/WNY0ZaWihAAlBRhxbZyjoRHr4kBI/6L/5lnpfXvcZhHU VEjt9zTMl4bz0BTGDKZDbLHCTI9Doq069EoL2zVDXLJK9BYyyV56xrGZuLAikSCp+uSP f9bQ==
- In-reply-to: <20180414033750.GB92975@CptOrmolo.darkstar>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180414033750.GB92975@CptOrmolo.darkstar>
On Fri, Apr 13, 2018 at 10:37:50PM -0500, Matthew Martin wrote:
> diff --git a/Completion/BSD/Command/_cksum b/Completion/BSD/Command/_cksum
> new file mode 100644
> index 000000000..24edc7252
> --- /dev/null
> +++ b/Completion/BSD/Command/_cksum
> @@ -0,0 +1,67 @@
> +#compdef cksum sum=cksum md2 md4 md5 rmd160 sha1 sha256 sha512
Apologies for the noise. The compdef line should be the following for
FreeBSD. If desired I can resend a complete patch.
#compdef cksum sum=cksum md2 md4 md5 rmd160 sha1 sha256 sha384 sha512 sha512t256
- Matthew Martin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author