From cb68663adb63f8ba8a0b80d47450053d66ff339a Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 10 Aug 2021 23:39:41 +0000 Subject: CHANGELOG: update FossilOrigin-Name: 19d91d0fd80a008e6f4ff31d43029b0db0f7099e7c73a5bada91683f35c19015 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3441c..a1a0452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,18 @@ built is already installed on the system `cpt` makes sure that the generated etcsums are also backwards compatible. +### Description searching + +`cpt-search` utility has a new mode for searching through the package names and +descriptions, which is enabled by the `-q` flag. The output is really similar to +how the `apt search` command works, but the output is not meant for scripting. +Descriptions are defined by the `description` keys in the meta file. + +Instead of wildcards, the passed argument is expected to be a POSIX Basic +Regular Expression, and is interpreted by `grep`. `cpt-search` also accepts the +`-F` flag for passing literal expressions. + + ### Added - `cpt-checksum` now has the `-s` flag to generate checksums using the SHA256 digest algorithm. -- cgit v1.2.3