diff options
| -rw-r--r-- | src/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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; |
