Commit Graph

84 Commits

Author SHA1 Message Date
tastytea 4644c2afd4
Support CMake 3.12.
continuous-integration/drone/push Build is passing Details
Ubuntu 20.04 has 3.16, so requiring 3.17 is a bit mean.
2021-05-25 07:38:07 +02:00
tastytea 8dfafae025
Add download info for releases to readme. 2021-05-25 07:22:34 +02:00
tastytea be229d25d6
Don't demand required options if --help or --version is requested.
continuous-integration/drone/push Build is passing Details
Bump version to 0.1.2.
2021-05-25 07:15:04 +02:00
tastytea 28b1d5ec16
Don't make pot-file generation optional.
It is needed for compiling translations. Not really, but the CMake module thinks
so.
2021-05-25 07:03:09 +02:00
tastytea 6d48f667fd
Fix typo in man page.
continuous-integration/drone/push Build is passing Details
2021-05-24 21:49:27 +02:00
tastytea 80d2e5b86b
Version bump 0.1.1.
continuous-integration/drone/push Build is passing Details
2021-05-24 21:39:41 +02:00
tastytea 72e2482028
Add test for search helpers.
- search::cleanup_text()
- search::headline()
- search::page
2021-05-24 21:38:44 +02:00
tastytea 36f27ad744
Add tests for search::search(). 2021-05-24 21:38:39 +02:00
tastytea e1d29c5893
Don't replace stuff in search::cleanup_text() if nothing matched. 2021-05-24 20:02:27 +02:00
tastytea 09090a1c13
Fix bugs in search::context().
- Don't add context if words == 0
- Handle beginning / end of text correctly.
2021-05-24 19:57:15 +02:00
tastytea 1f25daed26
Add basic error handling to search. 2021-05-24 19:10:00 +02:00
tastytea 21dccbbb12
Update german translation. 2021-05-24 19:09:50 +02:00
tastytea 0f7940146f
Version bump 0.1.0.
continuous-integration/drone/push Build is passing Details
2021-05-24 18:58:07 +02:00
tastytea 6ee550c171
Update man page. 2021-05-24 18:57:04 +02:00
tastytea c790c4952c
Extract page numbers. 2021-05-24 18:56:43 +02:00
tastytea bb4a4c719f
Wrap headlines in <H> and </H> during cleanup. 2021-05-24 18:08:40 +02:00
tastytea 8ab7d0f655
Extract headlines. 2021-05-24 17:27:30 +02:00
tastytea 8b21f4a8b9
Don't output empty fields. 2021-05-24 16:37:43 +02:00
tastytea 972ce1d0fe
Don't strip headlines. 2021-05-24 16:37:30 +02:00
tastytea bb1a43ca92
Move cleanup_text(), document functions. 2021-05-24 16:23:07 +02:00
tastytea 30478f6feb
Add libboost-regex-dev to CI recipe.
continuous-integration/drone/push Build is passing Details
2021-05-24 16:02:54 +02:00
tastytea 84e2b387e5
Clean up text before searching. 2021-05-24 16:01:41 +02:00
tastytea 1979956f03
Add basic search functionality and context output. 2021-05-24 15:35:49 +02:00
tastytea 4e01032c6f
Put regex type and --grep in search::options. 2021-05-24 13:13:15 +02:00
tastytea b2e70a6faa
Mark everything [[nodiscard]], fix some comments. 2021-05-24 13:00:03 +02:00
tastytea 643c4b0c42
Remove GNUInstallDirs from translations-recipe. 2021-05-24 09:42:16 +02:00
tastytea 60cd1dec62
Typo in readme.
continuous-integration/drone/push Build was killed Details
2021-05-24 09:17:58 +02:00
tastytea e221d3add7
Do not change .po files.
continuous-integration/drone/push Build is passing Details
I think it updated the .po files from the .pot file? It rearranged stuff and the
Poedit re-rearranged stuff and so on…
2021-05-24 09:06:28 +02:00
tastytea 10b9f6dc5d
Update german translation. 2021-05-24 08:23:58 +02:00
tastytea 9c769f664d
Clarify documentation: NUM → NUMBER. 2021-05-24 08:23:52 +02:00
tastytea 44ffeb07ec
Add calls to search::search() to main().
All that's missing now is the actual search functionality. 😊
2021-05-24 08:15:04 +02:00
tastytea 3222019c69
Add default value (0) to --context. 2021-05-24 08:14:29 +02:00
tastytea 1f82d9927a
Add skeleton for search::search().
- Type for matches
- Type for options.
2021-05-24 07:52:36 +02:00
tastytea 78230b26e6
Add a bit of usage information to man page.
The described stuff is not working yet.
2021-05-24 07:51:37 +02:00
tastytea f388dd0511
Add --raw and --context switches. 2021-05-24 07:50:50 +02:00
tastytea c2ca311ac9
Update german translation. 2021-05-24 06:04:11 +02:00
tastytea 5ac7f92f1d
Add hint to man page. 2021-05-24 06:03:32 +02:00
tastytea 3ad4e49e3d
Don't dump zip files to stdout. 2021-05-24 05:46:12 +02:00
tastytea 2ab4705475
Make --regexp required, show help if it is not given. 2021-05-24 05:45:42 +02:00
tastytea 4b2fbecf93
Print all options at start.
continuous-integration/drone/push Build is passing Details
2021-05-23 16:52:32 +02:00
tastytea f96f07caa7
Update man page.
- Add --basic-regexp and --grep
- Expand description
- Document configuration file syntax
2021-05-23 16:52:27 +02:00
tastytea 03e07dfc3e
Rework option parsing a bit.
- Add --basic-regexp
- Add --grep
- Remove --input-file
- Make it possible to have multiple --regexp
2021-05-23 16:23:07 +02:00
tastytea a86baf750f
Specify minimum versions of dependencies where known. 2021-05-23 09:30:33 +02:00
tastytea f7bfc6a513
Install locales in CI.
continuous-integration/drone/push Build is passing Details
2021-05-23 09:19:51 +02:00
tastytea cb1cba4306
Add asciidoc to CI.
continuous-integration/drone/push Build is failing Details
2021-05-23 09:05:52 +02:00
tastytea 7b4a15f139
Update german translation.
continuous-integration/drone/push Build is failing Details
2021-05-23 09:02:23 +02:00
tastytea e773d4b78a
Implement zip::read_file() – Read file in archive; add test.
Also added zip::open_file() and zip::close_file() to deduplicate code.
2021-05-23 08:56:58 +02:00
tastytea 6334b7051f
Newline before printing error messages. 2021-05-23 08:55:15 +02:00
tastytea 281c0d47d2
Add basic man page.
continuous-integration/drone/push Build is failing Details
2021-05-23 06:36:33 +02:00
tastytea 28c6c80def
Set C locale, treat EPUB file names as UTF-8.
EPUB file names MUST be UTF-8. ASCII is a subset of UTF-8.
2021-05-23 06:32:56 +02:00