Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Apr 2, 2024
1 parent 1fee168 commit 393083a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# marcgrep

Like [marcgrep.pl](https://pusc.it/bib/MARCgrep) but in Python and a bit different syntax.
A CLI for searching MARC files like [MARCgrep.pl](https://pusc.it/bib/MARCgrep) but in Python and a bit different syntax.

[marcli](https://github.com/hectorcorrea/marcli) is also a similar project that's faster but a little less flexible.

## Installation

TODO: publish to PyPI.

Python 3.9 or later. [Poetry](https://python-poetry.org/) is used for development.

```sh
Expand Down Expand Up @@ -69,7 +67,6 @@ Multiple criteria are combined with logical AND. Multiple `--include` flags is n
- [x] -e exclude criteria (multiple)
- [ ] -f fields to print
- [ ] work with MARC leader
- [ ] --progress?
- [ ] regex for all components? e.g. `24.,text in any 240-249 field`
- [ ] relatedly, specify _not_ to treat value as a regex?

Expand Down

0 comments on commit 393083a

Please sign in to comment.