From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Order of listed packages Date: Sun, 22 Sep 2013 21:58:09 +0200 Message-ID: <87ob7k7hny.fsf@gnu.org> References: <20130922132910.GA5623@debian> <523F429A.20206@gmail.com> <20130922194344.GA9092@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNpsH-0000uu-80 for guix-devel@gnu.org; Sun, 22 Sep 2013 16:03:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNps9-0007n7-UX for guix-devel@gnu.org; Sun, 22 Sep 2013 16:03:21 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:52095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNps9-0007mj-OM for guix-devel@gnu.org; Sun, 22 Sep 2013 16:03:13 -0400 In-Reply-To: <20130922194344.GA9092@debian> (Andreas Enge's message of "Sun, 22 Sep 2013 21:43:44 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > 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 happ= en", >> >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. Agreed (=E2=80=98sort -k1=E2=80=99). Ludo=E2=80=99.