From 2c040c45e5fcbd660407817ef08dfe7cbd6590e6 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 16 Jul 2026 17:05:41 +0200 Subject: Remove todo regarding the sync command --- src/main.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.c b/src/main.c index 3993157..750e175 100644 --- a/src/main.c +++ b/src/main.c @@ -1175,13 +1175,6 @@ int main(int argc, char *argv[]) {.name = "query", .func = ftag_query}, {.name = "sync", .func = ftag_sync}, {.name = "tag", .func = ftag_tag} - /* TODO: add a "sync" command - - The aim is to be able to synchronize ftag data (database and - files) across multiple machines. With the current approach, I - think we cannot avoid transferring the whole database at - every synchonization. For the files however, we should be - able to only transfer the new files, maybe using rsync. */ }; const int toplevel_command_count = sizeof(toplevel_commands) / sizeof(struct ftag_command); const char *config_file = NULL; -- cgit v1.2.3