diff options
| author | Ben Winston | 2024-05-28 22:11:20 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-05-28 22:11:20 -0400 |
| commit | 3f9f69812d318c2121db8e7cb4c880223f1a6c1a (patch) | |
| tree | 79a872dd501a3d7c6e21d8ace221406f72ba3c3f /README.md | |
| parent | bbae8d19b0ee88f7b6d9653fd783cb484b70169c (diff) | |
README updates
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
