bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16187: Tabbed output of "guix package -l"


From: Roel Janssen
Subject: bug#16187: Tabbed output of "guix package -l"
Date: Mon, 23 Dec 2013 21:13:22 +0100
User-agent: Roundcube Webmail/0.8.4

Hi,

Thanks for the report.

Roel Janssen <address@hidden> skribis:

I'd like the output of a command like "guix package -l" to be tabbed
preserving all columns.

An example output of the current version:
Generation 68   dec 18 2013 12:46:45    (current)
  make  4.0     out     /nix/store/...
  automake      1.14    out     /nix/store/...
  ...

What I would like to see:
  make          4.0     out     /nix/store/...
  automake      1.14    out     /nix/store/...
  ...

The same applies for the output of "guix package -I" and "guix package
-A"

As discussed on IRC, the rationale (for -I and -A) was to have something
both human-readable and processable–that is, one can pipe it through
‘cut’ and extract the data. I think that’s an important property, for a
Unix command-line tool.

Now, ideally, ‘guix package’ would be just one of the user interfaces, with others being more user-oriented than command-oriented (see TODO)...

What do you think?

Ludo’.

Hello,

I think a separation between command-oriented and user-oriented
output is a good solution.

Kind regards,
Roel.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]