aboutsummaryrefslogtreecommitdiff
path: root/importer
AgeCommit message (Collapse)Author
2024-02-17feat: Add a more "refined" UIgabrielgio
2024-02-17ref: Apply astyle --style=linuxgabrielgio
2024-02-17feat: Finish importergabrielgio
Importer will take care of importing dict.cc's txt into the database.
2024-02-17ref: Refactor newer folder structureGabriel 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