aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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. */