Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [wip patch] new zsh/attr module
- X-seq: zsh-workers 27342
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: [wip patch] new zsh/attr module
- Date: Tue, 3 Nov 2009 19:52:23 +0100 (CET)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :in-reply-to:message-id:references:user-agent:mime-version :content-type; bh=hnd+fv7bR2NjtgQtbpM35PAzNOtIWZLnhiPBNIeR038=; b=wRjhF/e+wrCz6DvOOv5Ht5B9vMsw6hGkfKUhHILQLrXpJB9Qz1BeKZ35xo0S+4K9ZX PQjdyVmXkFtE47WCwwvN6GiIpDksYLfiaiPKQbgXbS7OAhGJgQLdybs/kq/K1/P7MJsJ Q+QDZ/TLd8/nKUpSLDJriKHlC74Tg8KmvKJ/o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type; b=pf99rKloLIOniMDRhwYcWE4PMnGVvPhOAXlXYqYZZdKzPqZFirJaBRnlkRyGdvmDEl I7Fm75HEI4TOt5sY/CIPfTVtXfmo9CWW7mWPJw2rstek9HsC/+9norF0ccnKcq6GUoUV YVzkmiwwJPf33rNY9pfuSbLLPpQHnZT+fJapA=
- In-reply-to: <237967ef0903030851gc26620ficfc908628a4b3be2@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <alpine.LNX.2.00.0902262245590.27571@localhost> <20090303121253.61f5e2ec@news01> <alpine.LNX.2.00.0903031455360.10365@localhost> <20090303163526.533995be@news01> <237967ef0903030851gc26620ficfc908628a4b3be2@xxxxxxxxxxxxxx>
Or much later, as it turns out. I fixed most of it I think. I haven't
tried the OSX-style interface, but I checked their docs so I think it's
right.
attr: add -h option to operate on symlinks without dereferencing
I don't have any filesystem that supports xattrs on symlinks, so this
is also untested.
attr: Make zlistattr return an array, zdelattr take several attrs
attr: dynamically allocate memory for attributes
attr: Use descriptive variables for argv and allow setting values with embedded nuls
Messages sorted by:
Reverse Date,
Date,
Thread,
Author