From 2b8df91c994157d9eddbba9977086b6b587a34e4 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 17 Feb 2026 19:49:56 +0100 Subject: Add to-do --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') 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. */ -- cgit v1.2.3