From 7e2ff6435cd1a5a504eab34823a4f63c7a46df1f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 15 Mar 2019 22:29:55 +0100 Subject: added Makefile and simple Bash completions * 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4dd1371..8308aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ +openrussian openrussian-sql.zip -openrussian.sql openrussian-sqlite3.db -- cgit v1.2.3