aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-08-10 23:39:41 +0000
committermerakor <cem@ckyln.com>2021-08-10 23:39:41 +0000
commitcb68663adb63f8ba8a0b80d47450053d66ff339a (patch)
tree9b10a2b580b1eb4c00491f14b1b2e188b9bf7b85
parentce9541cf425c005f48901ab5781e0f56437ad8b2 (diff)
downloadcpt-cb68663adb63f8ba8a0b80d47450053d66ff339a.tar.gz
CHANGELOG: update
FossilOrigin-Name: 19d91d0fd80a008e6f4ff31d43029b0db0f7099e7c73a5bada91683f35c19015
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
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.