···11+Add tool to clean up old tasks not in index
22+33+Previously the `drop` command did not remove the symlink in .tsk/tasks when a
44+task was dropped, only removing it from the index. I don't recall if this was
55+because my original design expected the index to be the source of truth on
66+whether a task was prioritized or not or if I simply forgot to add it. Either
77+way, drop now properly removes the symlink but basically every existing
88+workspace has a bunch of junk in it. I can write a simple script that deletes
99+all symlinks that aren't present in the index.
1010+1111+This does suggest that I should add a reindex command to add tasks that are not
1212+present in the index but are in the tasks folder to the index at the *bottom*,
1313+preserving the existing order of the index.
+1-1
.tsk/index
···11-tsk-27 Fix -F doc on find 1732997985
11+tsk-28 Add tool to clean up old tasks not in index 1733166288
22tsk-10 foreign workspaces 1732594198
33tsk-21 Add command to setup git stuff 1732594198
44tsk-8 IMAP4-based sync 1732594198