diff options
| author | Ben Winston | 2024-06-06 22:55:41 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-06-06 22:55:41 -0400 |
| commit | 2995f4c401894dbedf9307695036ddb33a8b2acc (patch) | |
| tree | e8f6d91d9506eb7256c13aa6692adc68be845629 /README.md | |
| parent | ac40afe547d1cdc1182f487cf03e2a987427f632 (diff) | |
add diacritic-insensitive option in readme
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 |
