| Age | Commit message (Collapse) | Author | Files | Lines |
|
* this allows precompiling openrussian.lua,
automatically downloads, converts and VACUUMs the openrussian
database and provides an `install` target
* Bash completions allow completing "bare" Russian words for the
time being.
Unfortunately we cannot complete with accents, since Bash completions
do not allow to change the already typed word (apparently) and users
aren't going to type in accents.
|
|
* this will practically be required by everyone since I won't add
any pre-generated databases.
* this could be added as a submodule as well, but it's probably not worth
it for a single Awk script
|
|
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
|