From 2995f4c401894dbedf9307695036ddb33a8b2acc Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Thu, 6 Jun 2024 22:55:41 -0400 Subject: add diacritic-insensitive option in readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cbef592..f2fad9b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3