Skip to content

Commit

Permalink
docs: rm done/planned features & create issues instead
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Sep 19, 2024
1 parent f5e497e commit 67061ff
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,10 @@ You can also configure the subfield delimiter character and the symbol for an em

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

- [x] -c count
- [x] -v version
- [x] -l limit (number of records to process)
- [x] -i include criteria (multiple)
- [x] -e exclude criteria (multiple)
- [x] -f fields to print
- [x] colorize output?
- [ ] work with MARC leader
- [ ] regex for all components? e.g. `24.,text in any 240-249 field`
- [ ] relatedly, specify _not_ to treat value as a regex?

```sh
poetry install # install dependencies
poetry run pytest # run tests
poetry build # build package, used in CI
```

Any tag triggers a release to [Test PyPI](https://test.pypi.org/project/marcgrep/). Any tag beginning with the letter `v` requires manual approval to be released to [PyPI](https://pypi.org/project/marcgrep/) and [GitHub](https://github.com/phette23/marcgreppy/releases). There are protection rules on the `pypi` and `testpypi` [environments](https://github.com/phette23/marcgreppy/settings/environments) to this effect, too.
Expand Down

0 comments on commit 67061ff

Please sign in to comment.