summaryrefslogtreecommitdiff
path: root/fish/conf.d/taskwarrior.fish
AgeCommit message (Collapse)Author
2026-04-19taskwarrior: exclude +personal tag from gos queue hashtagsPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019da4a8-07f1-7698-829a-89fa7fab9129 Co-authored-by: Amp <amp@ampcode.com>
2026-04-19Add taskwarrior::gos_queue to export +share tasks to gosPaul Buetow
Automatically exports pending +share tasks to gos queue files in $GOS_DIR. Platform tags (e.g. +li, +mastodon, +sno) become share:PLATFORM in the gos inline tag format. Modifier tags (+soon, +prio, +now, +ask) are appended as comma-separated modifiers. Remaining tags are added as hashtags at the end of the message. Tasks are deleted from taskwarrior after export. Uses UUIDs instead of IDs for stability. Amp-Thread-ID: https://ampcode.com/threads/T-019da484-d04c-74aa-872c-7282564810d5 Co-authored-by: Amp <amp@ampcode.com>
2026-04-18UpdatePaul Buetow
2026-04-08UpdatePaul Buetow
2026-04-07UpdatePaul Buetow
2026-03-23fix random_quote_parse_entry: match non-space before colon, not any charPaul Buetow
2026-03-19improve taskwarrior export: show project in maybe, silence deletes, cleanup ↵Paul Buetow
after 30 days
2026-03-13UpdatePaul Buetow
2026-03-13UpdatePaul Buetow
2026-03-08joPaul Buetow
2026-03-07UpdatePaul Buetow
2026-03-05UpdatePaul Buetow
2026-03-03UpdatePaul Buetow
2026-03-02UpdatePaul Buetow
2026-02-28UpdatePaul Buetow
2026-02-28UpdatePaul Buetow
2026-02-28UpdatePaul Buetow
2026-02-23UpdatePaul Buetow
2026-02-22fixPaul Buetow
2026-02-22Implement taskwarrior quicklogger and random_quote in fishPaul Buetow
- Add _taskwarrior::add_task helper: parses --due, --project, --tag flags and calls `task add`, printing the command verbosely before executing it - Implement taskwarrior::quicklogger: scans ql-* files in known notes dirs, parses each line ([NUMBER] TAG[,...] description), creates tasks, then chmod 600 + moves processed files to /tmp - Implement taskwarrior::random_quote: fills +random task slots from random *.md bullet entries; tags each task with +random and the source filename; 10% chance to also add +work Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22Port taskwarrior feeder from ruby to fishPaul Buetow
2026-02-22fix: export completed +work tasks to worktime repoPaul Buetow
Previously only status:pending tasks were exported, so any +work task completed before supersync ran was silently skipped and never reached the worktime git repo. Completed +work +random tasks were then permanently lost by taskwarrior::db::prune. Amp-Thread-ID: https://ampcode.com/threads/T-019c85e5-1074-70cc-a6a3-9f1b68abee3d Co-authored-by: Amp <amp@ampcode.com>
2026-02-21UpdatePaul Buetow
2026-02-12UpdatePaul Buetow
2026-02-12UpdatePaul Buetow
2026-02-07renamePaul Buetow