Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: release new version to acommodate the rebase mess.HEAD0.10.1master | Matěj Cepl | 2024-05-16 | 1 | -1/+1 |
| | |||||
* | fix: DRM-ed EPuBs cannot be opened. | Matěj Cepl | 2024-05-16 | 1 | -0/+4 |
| | |||||
* | chore: switch from setup.py to pyproject.toml0.10.0 | Matěj Cepl | 2024-05-16 | 3 | -63/+26 |
| | |||||
* | Add LICENSE and README.md | Matěj Cepl | 2024-05-16 | 4 | -0/+93 |
| | |||||
* | build:convert from setup.py to pyproject.toml0.9.0 | Matěj Cepl | 2024-01-26 | 2 | -34/+28 |
| | |||||
* | Add author search.0.8.0 | Matěj Cepl | 2024-01-26 | 2 | -2/+31 |
| | |||||
* | Merge branch 'fix_tests' into 'master' | Matěj Cepl | 2022-02-01 | 3 | -3/+4 |
|\ | | | | | | | | | Fix tests See merge request mcepl/epubgrep!1 | ||||
| * | Fix flake8 | Matěj Cepl | 2022-02-01 | 2 | -2/+3 |
| | | |||||
| * | Bump the version number to 0.7.1.0.7.1 | Matěj Cepl | 2022-02-01 | 1 | -1/+1 |
|/ | |||||
* | Make sure title is always assigned in _metadata search | Matěj Cepl | 2021-08-06 | 1 | -1/+1 |
| | | | | Fixes #1 | ||||
* | Use f-strings instead of .format().0.7.0 | Matěj Cepl | 2021-05-09 | 2 | -13/+12 |
| | |||||
* | When searching through metadata, search through tags as well. | Matěj Cepl | 2021-05-09 | 1 | -15/+33 |
| | |||||
* | Reorganize print of booktitles and use option dicts instead of zillion params. | Matěj Cepl | 2021-05-09 | 2 | -32/+30 |
| | |||||
* | Add search in descriptions.0.6.0 | Matěj Cepl | 2020-12-09 | 2 | -49/+110 |
| | | | | Also, refactor grep_book() function not to be so damn complicated. | ||||
* | Add --weighted-count option.0.5.0 | Matěj Cepl | 2020-09-06 | 2 | -7/+14 |
| | |||||
* | Remove unnecessary line | Matěj Cepl | 2020-08-27 | 1 | -1/+0 |
| | |||||
* | Generate properly binary as an entry_point.0.4.1 | Matěj Cepl | 2020-06-18 | 2 | -2/+11 |
| | |||||
* | Make epubgrep concurrent for speed improvement.0.4.0 | Matěj Cepl | 2020-06-18 | 2 | -18/+38 |
| | | | | | Surprisingly ProcessPoolExecutor is vastly faster and less memory demanding than ThreadPoolExecutor. | ||||
* | Bump the version.0.3.0 | Matěj Cepl | 2019-10-11 | 1 | -1/+1 |
| | |||||
* | Make marking found patterns with color default. | Matěj Cepl | 2019-10-11 | 1 | -2/+2 |
| | |||||
* | With -c we shouldn't print found lines | Matěj Cepl | 2019-10-11 | 1 | -7/+8 |
| | |||||
* | More exception handling. | Matěj Cepl | 2019-10-11 | 1 | -2/+9 |
| | |||||
* | Don't combine print() and '\n' | Matěj Cepl | 2019-08-26 | 1 | -1/+1 |
| | |||||
* | Add -c and -o options. | Matěj Cepl | 2019-08-12 | 1 | -23/+50 |
| | |||||
* | Add multi-line option. | Matěj Cepl | 2019-06-01 | 1 | -10/+30 |
| | |||||
* | Print also the filename of the EPub where the line was found. | Matěj Cepl | 2019-05-05 | 1 | -4/+16 |
| | |||||
* | Run flake8 properly as well. | Matěj Cepl | 2018-12-02 | 1 | -3/+2 |
| | |||||
* | Try running tox | Matěj Cepl | 2018-12-02 | 1 | -1/+2 |
| | |||||
* | Fix .gitlab-ci.yml | Matěj Cepl | 2018-12-02 | 1 | -10/+10 |
| | |||||
* | Add .gitlab-ci.yml | Matěj Cepl | 2018-12-02 | 1 | -0/+47 |
| | |||||
* | Add minimal setup.py and test0.2.0 | Matěj Cepl | 2018-11-30 | 5 | -17/+64 |
| | |||||
* | Initial version0.1.0 | Matěj Cepl | 2018-11-30 | 1 | -0/+54 |