| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 9 hours | Properly integrate uconfig to the Makefile | Tristan Riehs | |
| 11 hours | Actually add the uconfig submodule | Tristan Riehs | |
| 2026-05-03 | Create a config module | Tristan Riehs | |
| 2026-05-03 | Do not create config and cache directories from makefile | Tristan Riehs | |
| They are created by "ftag init". It will fail if any parent directory does not exist, which is not ideal but fine. It will also silently fail if a file having the direcytory's name exists, which is bad but I don't want to fix it for now. | |||
| 2026-04-26 | Add a "input" module | Tristan Riehs | |
| 2026-04-26 | Create a "utils" module | Tristan Riehs | |
| Also put configuration macros in a dedicated header. In the future the configuration will be read at execution time. | |||
| 2026-04-26 | Create a "system" module | Tristan Riehs | |
| Also unify makefiles, otherwise dependencies are not properly resolved. | |||
| 2026-03-22 | Add uninstall rule | Tristan Riehs | |
| 2026-03-22 | Add clarification regarding config and cache dirs | Tristan Riehs | |
| 2026-02-17 | Do not create cache and config directories as root | Tristan Riehs | |
| 2026-02-17 | Do not export archive variables | Tristan Riehs | |
| 2026-02-17 | Set version to 0.1 | Tristan Riehs | |
| First stable version will be 1.0. | |||
| 2026-02-17 | Add a dist rule | Tristan Riehs | |
| Also add an explicit version. | |||
| 2026-02-08 | Integrate new build-time variables | Tristan Riehs | |
| 2026-02-08 | Add install rule | Tristan Riehs | |
| 2026-02-08 | Add some build-time variables | Tristan Riehs | |
| 2026-02-08 | Chane default ftag root and move ftag executable | Tristan Riehs | |
| Put ftag executable at the root for convenience. Make sure the default ftag root contains only ftag-related stuff and is not just called "ftag" to avoid collision with the executable name. | |||
| 2026-02-08 | Reformat makefile | Tristan Riehs | |
| 2025-12-28 | Re-organize makefiles | Tristan Riehs | |
| 2025-11-11 | Make progress on the "file add" command | Tristan Riehs | |
| 2025-11-11 | Change the database name | Tristan Riehs | |
| Also properly define it at compile-time. Later, it will likely be moved to "$HOME/.cache/ftag/ftag.sqlite3". | |||
| 2025-11-11 | Add build system | Tristan Riehs | |
