You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
cmake | 2 years ago | |
dist/termcolor | 2 years ago | |
man | 2 years ago | |
src | 2 years ago | |
tests | 2 years ago | |
translations | 2 years ago | |
.clang-format | 2 years ago | |
.clang-tidy | 2 years ago | |
.drone.yml | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
AUTHORS | 2 years ago | |
CMakeLists.txt | 2 years ago | |
CODE_OF_CONDUCT.adoc | 2 years ago | |
CONTRIBUTING.adoc | 2 years ago | |
CREDITS | 2 years ago | |
LICENSE | 2 years ago | |
README.adoc | 2 years ago |
README.adoc
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
.