Skip to content

Commit 67061ff

Browse files
committed
docs: rm done/planned features & create issues instead
1 parent f5e497e commit 67061ff

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,10 @@ You can also configure the subfield delimiter character and the symbol for an em
8383

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

86-
- [x] -c count
87-
- [x] -v version
88-
- [x] -l limit (number of records to process)
89-
- [x] -i include criteria (multiple)
90-
- [x] -e exclude criteria (multiple)
91-
- [x] -f fields to print
92-
- [x] colorize output?
93-
- [ ] work with MARC leader
94-
- [ ] regex for all components? e.g. `24.,text in any 240-249 field`
95-
- [ ] relatedly, specify _not_ to treat value as a regex?
96-
9786
```sh
9887
poetry install # install dependencies
9988
poetry run pytest # run tests
89+
poetry build # build package, used in CI
10090
```
10191

10292
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.

0 commit comments

Comments
 (0)