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"




Reply via email to