epubgrep
epubgrep is a search tool for EPUB e-books.
Table of Contents
Usage
See manpage.
Install
From source
Dependencies
Get sourcecode
Release
Download the current release at schlomp.space.
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. -
-DXGETTEXT_CMD=String
The program to use instead ofxgettext
.
0.6.2 calm camomile 💮
Latest
Languages
C++
85.5%
CMake
14.5%