Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature request: two level sorting
- X-seq: zsh-users 21661
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Feature request: two level sorting
- Date: Wed, 15 Jun 2016 07:21:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=VRJPeb7sKq0WVgb270qK7QntL07Zkb2zDF9dzlOF80Y=; b=VU8CZdMfumBOvBvtArIUIxQQddLY8IkUSTNW1vAh9iSh/HFV03Cf7Rx2eXjzUslx/Z NBTgAz4LpCwWVhGl/xJmDOlsb3rX7Th9d6vLGG9/MrHOeqJwYeGoCOFWQ6EfFnNQJAbj pliTmoURUSrYeCWK5IFT15TbnLkYFQk+jl0Y5rsgX7nABMcpOGpY33uzgbF59ClEGozo DqxRmSa/+2vZVdgfp8Gfw0UYVkmmWDNX44y3CDOElQt+iIj2XYWVnDUQa3GhqgyB9pvv fMVAgMm7PmGlih4sPXpQcwbqwRyPOXMXuob3dpnv00SAP6WOILzesu/wscsfumRJEszj yugQ==
- In-reply-to: <CAKc7PVAsLwNVP0vjTvBebP5u+Ahe03yXaWxkvytOx4EPkN4V9Q@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAsLwNVP0vjTvBebP5u+Ahe03yXaWxkvytOx4EPkN4V9Q@mail.gmail.com>
On 15 June 2016 at 07:13, Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> So this is somewhat an amount of code. The group-sort flag could take
> group names of sorted data in additional parameter, e.g.:
> "${(ox:group_letters:)files}"
A mistake, sorry. Besides passing $group_letters, one has also to pass
$groups, so: "${(ox:group_letters::groups:)files}". Hope this doesn't
look sophisticated, the main **thing** is that providing group names
of sorted text is a one line.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author