diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-17 19:49:56 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-17 19:49:56 +0100 |
| commit | 2b8df91c994157d9eddbba9977086b6b587a34e4 (patch) | |
| tree | 755b73951d146effcf54924c3e8a8e9cbe7ed8e2 | |
| parent | 2693ddd9843e0095496b21eda03f667b10666c33 (diff) | |
Add to-do
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ enum encrypt { This would allow working with different databases with the same ftag binary and moving the database. */ +/* TODO: allow editing things' descriptions + + Add a "edit" subcommand to "ftag file" and "ftag tag", mainly for allowing + changing the description. */ /* Structure that aims at making parsing commands and sub-commands options * easy. The work is done by the parse_args function. */ |
