~kris/hacks

stask

648b969d — Kris Yotam 4 months ago master
convert README.md to README.txt
e0cb6086 — Kris Yotam 5 months ago
add README.md
b01b6241 — Kris Yotam 5 months ago
clarify that add text must be quoted in usage and man page
30ed01d4 — Kris Yotam 5 months ago
stask ls <list> shows tasks in a list
58fd6f39 — Kris Yotam 5 months ago
add man page, -h and -v flags
547aed6e — Kris Yotam 5 months ago
editor fallback: prefer nvim > vim > vi when $EDITOR is unset
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