aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-02-17 19:49:56 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-02-17 19:49:56 +0100
commit2b8df91c994157d9eddbba9977086b6b587a34e4 (patch)
tree755b73951d146effcf54924c3e8a8e9cbe7ed8e2
parent2693ddd9843e0095496b21eda03f667b10666c33 (diff)
Add to-do
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9b85a21..547e96e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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. */