bool
Finding text and HTML files that match boolean expressions
GNU Bool is a utility to perform text searches on files using Boolean expressions. For example, a search for "hello AND world" would return a file containing the phrase "Hello, world!". It supports both AND and OR 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.
- Versions: 0.2.2
- Website: https://www.gnu.org/software/bool/
- Licenses: GPL 3+
- Package source: gnu/packages/search.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bool
as follows:
guix install bool
Or install a particular version:
guix install bool@0.2.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/bool/'><img src='http://127.0.0.1:3000/packages/bool/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/bool/badges/latest-version.svg)](http://127.0.0.1:3000/packages/bool/) Org: [[http://127.0.0.1:3000/packages/bool/][http://127.0.0.1:3000/packages/bool/badges/latest-version.svg]]