diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -6,15 +6,16 @@ but in C, 'cause why not? Differences between (current state) cbooki and the (current iteration) Python version: -| Feature | Current Version | cbooki | -|------------|------------------------|---------------------| -| `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 | +| Feature | Current Version | cbooki | +|------------------------|------------------------|-----------------------| +| `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 | +| accents in `search` | must be explicit | diacritic-insensitive | Things that work: - [x] `search` with arbitrary query items |
