Initial commit: Kareer, a Kirigami job application tracker

C++/Qt6/KDE Frameworks 6 app with a SQLite-backed data layer, a
Sankey-diagram dashboard, and a full CLI (add/list/show/update/stage/
delete/stats/stages) for scripting from other tools.
This commit is contained in:
2026-07-03 10:35:16 -05:00
commit 337eb1a6bd
33 changed files with 4071 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Build output
/build/
/builddir/
# Flatpak build artifacts
/.flatpak-builder/
/repo/
*.flatpak
# Editor / misc
*.user
*.autosave