aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-11-11Add ftag root to help messageTristan Riehs
2025-11-11Implement ftag initTristan Riehs
We execute the ftag SQL init script using the programs sqlite3 and sh.
2025-11-11Change the database nameTristan Riehs
Also properly define it at compile-time. Later, it will likely be moved to "$HOME/.cache/ftag/ftag.sqlite3".
2025-11-11Define the command parsing outlineTristan Riehs
2025-11-11Add build systemTristan Riehs
2025-11-11Move sql init scriptTristan Riehs
Let's put SQL scripts into a dedicated directory.
2025-11-09Add sketch of main source fileTristan Riehs
2025-11-09Outline of ftag internalsTristan Riehs
The first version will essentially consist in performing the SELECT query at the end of this example SQL script.