CQ-Unix-Toolkit
CQ-Unix-Toolkit copied to clipboard
cqls filetring options
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.