From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Order of listed packages Date: Sun, 22 Sep 2013 21:43:44 +0200 Message-ID: <20130922194344.GA9092@debian> References: <20130922132910.GA5623@debian> <523F429A.20206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNpZV-0005ZN-Ai for guix-devel@gnu.org; Sun, 22 Sep 2013 15:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNpZN-0002q8-ST for guix-devel@gnu.org; Sun, 22 Sep 2013 15:43:57 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:52049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNpZN-0002q4-II for guix-devel@gnu.org; Sun, 22 Sep 2013 15:43:49 -0400 Content-Disposition: inline In-Reply-To: <523F429A.20206@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org 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