I'd be great to extend cqls with filtering options, i.e.
--installed
--not-installed
--group=NAME
--installed-after=DATE
etc
Most of that (if not all) can be achieved by cqls -m <remaining_options> | awk or cqls -m ... | cut | sort | whatever, but that's not always convenient.
I'd be great to extend
cqls
with filtering options, i.e.--installed
--not-installed
--group=NAME
--installed-after=DATE
Most of that (if not all) can be achieved by
cqls -m <remaining_options> | awk
orcqls -m ... | cut | sort | whatever
, but that's not always convenient.