gnu: bool: Synchronize synopsis and description with upstream.
* gnu/packages/search.scm (bool): Synchronize synopsis & description with GNU.
This commit is contained in:
parent
ec6b5a9942
commit
04bdcdb636
@ -138,12 +138,15 @@ command line tool for interacting with libtocc.")
|
|||||||
"1frdmgrmb509fxbdpsxxw3lvvwv7xm1pavqrqgm4jg698iix6xfw"))))
|
"1frdmgrmb509fxbdpsxxw3lvvwv7xm1pavqrqgm4jg698iix6xfw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.gnu.org/software/bool")
|
(home-page "https://www.gnu.org/software/bool")
|
||||||
(synopsis "Find files that match a boolean expression")
|
(synopsis "Finding text and HTML files that match boolean expressions")
|
||||||
(description
|
(description
|
||||||
"GNU Bool is a utility for finding files that match a boolean expression.
|
"GNU Bool is a utility to perform text searches on files using Boolean
|
||||||
The boolean operators supported are AND, OR, and NOT. Also supported is the
|
expressions. For example, a search for \"hello AND world\" would return a
|
||||||
NEAR operator for locating two expressions within a short distance from each
|
file containing the phrase \"Hello, world!\". It supports both AND and OR
|
||||||
other.")
|
statements, as well as the NEAR statement to search for the occurrence of
|
||||||
|
words in close proximity to each other. It handles context gracefully,
|
||||||
|
accounting for new lines and paragraph changes. It also has robust support
|
||||||
|
for parsing HTML files.")
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
;;; search.scm ends here
|
;;; search.scm ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user