diff options
| author | Ben Winston | 2024-05-30 22:16:18 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-05-30 22:16:18 -0400 |
| commit | 3f526aa08dfbfc1f9193a58d767260b7dea069b7 (patch) | |
| tree | aa7c76014264bf163447c4ee34ff404ff2f99681 | |
| parent | b3ee3e63493d53805fe3d81567f794bbf621a985 (diff) | |
README updates
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,11 +8,13 @@ Differences between (current state) cbooki and the (current iteration) Python ve | Feature | Current Version | cbooki | |------------|------------------------|---------------------| -| `add` | works | doesn't exist | +| `add` | works | works | | `discover` | works | doesn't exist | | sorting | by author last name | by order in file | | styling | title underlined | no styling | | `--show` | only at end of command | anywhere in command | +| lists | anywhere in file | on string fields | +| `search` | by author, title, on | + language | Things that work: - [x] `search` with arbitrary query items |
