zk alias to track TODOs.

This commit is contained in:
Gabe Venberg 2025-03-05 17:15:33 +01:00
parent bcfdf4e69f
commit 4c09115899

View file

@ -29,6 +29,7 @@
unlinked-mentions = ''zk list --mentioned-by $1 --no-linked-by $1''; unlinked-mentions = ''zk list --mentioned-by $1 --no-linked-by $1'';
short = ''zk list --format '{{word-count}}\t{{title}}' --limit 20 --sort word-count $@''; short = ''zk list --format '{{word-count}}\t{{title}}' --limit 20 --sort word-count $@'';
nt = ''zk new --title "''${*:2}" $1''; nt = ''zk new --title "''${*:2}" $1'';
todo = ''zk list --tag=TODO'';
}; };
tool = { tool = {