From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: Re: guix pull package output truncated Date: Wed, 17 Apr 2019 22:07:37 -0400 Message-ID: References: <87h8aw72wp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGwTg-0003FX-Mg for help-guix@gnu.org; Wed, 17 Apr 2019 22:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGwTf-0006Wq-UG for help-guix@gnu.org; Wed, 17 Apr 2019 22:08:40 -0400 In-reply-to: <87h8aw72wp.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix Thank you for pointing out `guix pull -l` for this. Ludovic Court=C3=A8s writes: > Hello! > > mikadoZero skribis: > >> Recently the output of guix pull has changed. It no longer gives the >> complete output for the "New in this revision" section. > > For the record, I did that after seeing that, when you don=E2=80=99t upgr= ade > every two days or so, your screen could easily be filled by tens of > lines of packages. > >> Is there a flag I can pass to guix pull to turn off this truncation. I >> found it informative to be able to see all the packages that were being >> added and upgraded and would like to continue to be able to see all the >> packages. > > There=E2=80=99s currently no flag to change this behavior. Instead, you = have to > run =E2=80=98guix pull -l=E2=80=99 but it=E2=80=99s arguably not very con= venient. > > Perhaps we could add an environment variable specifying whether/how to > truncate? I=E2=80=99d keep the default as it is now. > > Thoughts? > > Ludo=E2=80=99.