diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-07-16 17:05:41 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-07-16 17:05:41 +0200 |
| commit | 2c040c45e5fcbd660407817ef08dfe7cbd6590e6 (patch) | |
| tree | 13834ac9b7004d9975a54ea8af86174ea27b6466 /src | |
| parent | d1da46cdca0065713156487d435a64407984a7fc (diff) | |
Diffstat (limited to 'src')
| -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; |
