2021-05-24 08:23:58 +02:00
2021-05-21 03:24:28 +02:00
2021-05-23 09:19:51 +02:00
2021-05-20 04:34:06 +02:00
2021-05-20 04:34:06 +02:00
2021-05-20 04:34:06 +02:00
2021-05-21 03:51:42 +02:00
2021-05-20 04:34:06 +02:00
2021-05-23 06:36:33 +02:00

epubgrep

epubgrep is a search tool for EPUB ebooks.

Table of Contents

Usage

See manpage.

Install

Packaging status

From source

Dependencies

Get sourcecode

Development version
git clone https://schlomp.space/tastytea/epubgrep.git

Compile

mkdir -p build && cd build
cmake ..
cmake --build . -- --jobs=$(nproc --ignore=1)
# cd tests && ctest
CMake options:
  • -DCMAKE_BUILD_TYPE=Debug for a debug build.

  • -DWITH_TESTS=YES if you want to compile the tests.

  • -DGENERATE_POT=NO to not (re-)generate the .pot file.

  • -DXGETTEXT_CMD=String The program to use instead of xgettext.

Description
Search tool for EPUB e-books
Readme 2.8 MiB
2022-08-16 19:16:05 +02:00
Languages
C++ 85.5%
CMake 14.5%