volitank / nala

Nala is a front-end for libapt-pkg.
GNU General Public License v3.0
1.33k stars 49 forks source link

Add option to `nala list` to hide package information #14

Open nerun opened 1 year ago

nerun commented 1 year ago

Could developers add and option to nala list so only package name, version, system and repository are shown?

Current:

$ nala list nala
libdynalang-java 0.4-3.1 [Ubuntu/jammy universe]
└── JVM Dynamic Languages Metaobject Protocol

nala 0.11.1~bpo22.04.1 [Ubuntu/jammy universe]
├── está instalado
└── Commandline frontend for the APT package manager

I wish (-h for headings only):

$ nala list -h nala
libdynalang-java 0.4-3.1 [Ubuntu/jammy universe]
nala 0.11.1~bpo22.04.1 [Ubuntu/jammy universe]

It's easier to read this way. Alternatively, make this the standard output to nala list, using -f for short info and -Fto --full.

georgeoshardo commented 9 months ago

I have opened a similar issue in https://github.com/volitank/nala/issues/21