nala
nala copied to clipboard
Add option to `nala list` to hide package information
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.
I have opened a similar issue in https://github.com/volitank/nala/issues/21