From 91412aa51ebaa95f2e065194fe90a5b12694b1de Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 29 Dec 2025 16:01:13 +0100 Subject: Remove todo --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index 8e92bb6..4a94108 100644 --- a/src/main.c +++ b/src/main.c @@ -1033,11 +1033,6 @@ int main(int argc, char *argv[]) {.name = "help", .func = ftag_help}, {.name = "query", .func = ftag_query}, {.name = "tag", .func = ftag_tag} - /* TODO: add an export command For instance, "ftag export - ARCHIVE" exports files read on stdin to ARCHIVE.tar.gz or - ARCHIVE.zip. Typical usag would be "ftag query -t TAG0 -t TAG1 - | ftag export ARCHIVE". Maybe adding a "-e" (for "export") - option to ftag query is better.*/ }; const int toplevel_command_count = sizeof(toplevel_commands) / sizeof(struct ftag_command); parse_args(argc-1, argv+1, toplevel_commands, toplevel_command_count); -- cgit v1.2.3