[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Order of listed packages
From: |
Andreas Enge |
Subject: |
Re: Order of listed packages |
Date: |
Sun, 22 Sep 2013 21:43:44 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, Sep 22, 2013 at 09:18:50PM +0200, Cyril Roelandt wrote:
> On 09/22/2013 03:29 PM, Andreas Enge wrote:
> >Currently,
> > guix package -I
> >lists the latest installed package first, which often ends up scrolling
> >out of the window. However, this is most of the time where "things happen",
> >new packages get installed or rolled back.
> Honestly, I'd like to have them listed alphabetically.
But then how do you know what the effect of --roll-back will be?
To get them in alphabetical order, a simple solution is to pipe through
sort.
Andreas