fix: Remove extra row
ref: Use storage instead of memory With async search we can afford waiting a bit more it to load without making the ui sluggish.
feat: Add async request
ref: Better doc and makefile It adds README explaining how to compile and install. Makefile allows to install dict system wide.
feat: Add LICENSE
ref: Remove debugging logs
feat: Add barebones tcp server
feat: Add spellfix check back for fts5
ref: Better organize the files
feat: Add initial go implementation At this point this code still classified as playground code.
feat: Remove C implementation
feat: Sync
feat: Add a more "refined" UI
ref: Apply astyle --style=linux
feat: Finish importer Importer will take care of importing dict.cc's txt into the database.
ref: Refactor newer folder structure Create a lib dict and importer project. * dict: holds the main application * importer: code to read from source to a common database. * lib: shared code
fix: Add better support for utf-8
doc: Add READM and LICENSE
feat: Add spellfix extension
feat: Add buggy ui component
feat: Add initial ncurses support Alongside with loading and saving data from the dict.cc's text.
feat: Initial commit Add initial code form dealing with sqlite.