Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-17 | feat: Add a more "refined" UI | gabrielgio | |
2024-02-17 | ref: Apply astyle --style=linux | gabrielgio | |
2024-02-17 | feat: Finish importer | gabrielgio | |
Importer will take care of importing dict.cc's txt into the database. | |||
2024-02-17 | ref: Refactor newer folder structure | Gabriel A. Giovanini | |
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 | |||
2024-02-15 | fix: Add better support for utf-8 | Gabriel A. Giovanini | |
2024-02-14 | doc: Add READM and LICENSE | Gabriel A. Giovanini | |
2024-02-14 | feat: Add spellfix extension | Gabriel A. Giovanini | |
2024-02-14 | feat: Add buggy ui component | Gabriel A. Giovanini | |
2024-02-14 | feat: Add initial ncurses support | Gabriel A. Giovanini | |
Alongside with loading and saving data from the dict.cc's text. | |||
2024-02-14 | feat: Initial commit | Gabriel A. Giovanini | |
Add initial code form dealing with sqlite. |