~kris/hacks

stask

ref: 30ed01d43a4c4df56ea8a9eef9c17db394b0e26d stask/data.c -rw-r--r-- 9.0 KiB
60008278 — Kris Yotam 5 months ago
v0.2: add markdown document system for tasks

each task now gets a .md file in ~/.local/share/stask/docs/<list>/<id>.md
with yaml frontmatter (title, date, done). done/undo syncs to frontmatter.
edit opens $EDITOR, show prints doc to stdout. title syncs back to db on edit.
new commands: edit <id>, show <id>. delete/rm cleans up doc files.
e95edef2 — Kris Yotam 5 months ago
initial commit: stask v0.1 — suckless task manager with CLI + GTK4 GUI