aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Winston2024-05-28 22:11:20 -0400
committerBen Winston2024-05-28 22:11:20 -0400
commit3f9f69812d318c2121db8e7cb4c880223f1a6c1a (patch)
tree79a872dd501a3d7c6e21d8ace221406f72ba3c3f /README.md
parentbbae8d19b0ee88f7b6d9653fd783cb484b70169c (diff)
README updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 69d710f..07b5f39 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ Things that work:
Things that don't work:
- [ ] `search` with more than 5 query items
- - [ ] searching for a single author in a multi-author item
- - [x] ~~printing any array thing~~ `on` works, but others don't
+ - [x] searching for a single author in a multi-author item
+ - [x] ~~printing any array thing~~ support for `on`, `author`, `language`, and `translator`
- [x] ~~`^` or `$` in string searching~~ should work
- [ ] sorting in any way
Things that might change:
- [ ] `--show` might want to limit by field
- - [x] (now parsing manually) ~~currently uses [tomlc99](https://github.com/cktan/tomlc99), which is great but might be overkill for this~~
+ - [x] now parsing manually ~~currently uses [tomlc99](https://github.com/cktan/tomlc99), which is great but might be overkill for this~~
- [ ] maybe prefixed `<` or `>` for numeric searches
- [ ] format strings
- [ ] discover endpoint