diff options
| -rw-r--r-- | gnu/packages/search.scm | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 55ce45b30d2..e7f8aae881c 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm | |||
| @@ -138,12 +138,15 @@ command line tool for interacting with libtocc.") | |||
| 138 | "1frdmgrmb509fxbdpsxxw3lvvwv7xm1pavqrqgm4jg698iix6xfw")))) | 138 | "1frdmgrmb509fxbdpsxxw3lvvwv7xm1pavqrqgm4jg698iix6xfw")))) |
| 139 | (build-system gnu-build-system) | 139 | (build-system gnu-build-system) |
| 140 | (home-page "https://www.gnu.org/software/bool") | 140 | (home-page "https://www.gnu.org/software/bool") |
| 141 | (synopsis "Find files that match a boolean expression") | 141 | (synopsis "Finding text and HTML files that match boolean expressions") |
| 142 | (description | 142 | (description |
| 143 | "GNU Bool is a utility for finding files that match a boolean expression. | 143 | "GNU Bool is a utility to perform text searches on files using Boolean |
| 144 | The boolean operators supported are AND, OR, and NOT. Also supported is the | 144 | expressions. For example, a search for \"hello AND world\" would return a |
| 145 | NEAR operator for locating two expressions within a short distance from each | 145 | file containing the phrase \"Hello, world!\". It supports both AND and OR |
| 146 | other.") | 146 | statements, as well as the NEAR statement to search for the occurrence of |
| 147 | words in close proximity to each other. It handles context gracefully, | ||
| 148 | accounting for new lines and paragraph changes. It also has robust support | ||
| 149 | for parsing HTML files.") | ||
| 147 | (license gpl3+))) | 150 | (license gpl3+))) |
| 148 | 151 | ||
| 149 | ;;; search.scm ends here | 152 | ;;; search.scm ends here |
