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