diff options
| author | Ben Winston | 2025-10-15 22:07:02 -0400 |
|---|---|---|
| committer | Ben Winston | 2025-10-15 22:07:20 -0400 |
| commit | 51e961400dde6a2eef8b9243e4f39cbb4dceb393 (patch) | |
| tree | a3f6d55b61f9ec15fef4609682cff067cb921164 | |
| parent | c03f9c7084f7aaeb9bb06d19035be6f799e28b44 (diff) | |
docfix: markdown is weird
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,11 +19,13 @@ Differences between (current state) cbooki and the (current iteration) Python ve | editing | preserves file order | edits brought to bottom of file | Things that work: + - [x] `search` with arbitrary query items - [x] multiple `search` query items - [x] `--show` to print out ~~most~~ all attributes Things that don't work: + - [ ] `search` with more than 5 query items - [x] searching for a single author in a multi-author item - [x] ~~printing any array thing~~ support for `on`, `author`, `language`, and `translator` @@ -31,6 +33,7 @@ Things that don't 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] ~~maybe prefixed `<` or `>` for numeric searches~~ prefixes are `+` for greater and `~` for less |
