From e154b6220187486b6a3e0aa88bc7b309f62325af Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 10 Jul 2021 12:12:30 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CSimilar=20projects=E2=80=9D=20to?= =?UTF-8?q?=20readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index 4758497..1f00703 100644 --- a/README.adoc +++ b/README.adoc @@ -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[]