| Age | Commit message (Collapse) | Author | Files | Lines |
|
* if a search word yields multiple results, which can happen quite frequently,
interactively ask the user which one to display by showing both the accented words
(sometimes the only difference is in accentuation) and the translations in brackets
|
|
* they are simply ignored
* in openrussian.lua, we delegate Unicode handling to SQLite
* for Bash completions, we ignore accents during matching but (have to)
preserve them in the prefix -- see comments.
* also properly escape SQL strings preserving accidental code injection.
This means we do not necessarily have to port openrussian-completion.bash
to Lua.
|
|
schema changes
* ./openrussian -p <word>
now directly prints to stdout, which is useful for postprocessing
lookups.
|
|
* matches have to be direct, which is not always practical
* there is no reverse search (from English search terms)
* missing Makefile
* missing Bash completions
|