Add “Similar projects” to readme.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tastytea 2021-07-10 12:12:30 +02:00
parent 90eb30fa3e
commit e154b62201
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -145,4 +145,11 @@ can then install it with `apt install ./epubgrep-*.deb`.
* `-DXGETTEXT_CMD=String` The program to use instead of `xgettext`.
* `-DFALLBACK_BUNDLED=NO` if you don't want to fall back on bundled libraries.
== Similar projects
* link:https://github.com/phiresky/ripgrep-all[ripgrep-all] can search EPUB
files and strips HTML, but does not display page numbers or headings.
* zipgrep from link:http://infozip.sourceforge.net/[unzip] can search EPUB files
but does not strip HTML and does not display page numbers or headings.
include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]