CQ-Unix-Toolkit icon indicating copy to clipboard operation
CQ-Unix-Toolkit copied to clipboard

cqls filetring options

Open jwadolowski opened this issue 5 years ago • 0 comments

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.

jwadolowski avatar Aug 14 '19 10:08 jwadolowski