| Age | Commit message (Collapse) | Author |
|
Amp-Thread-ID: https://ampcode.com/threads/T-019da4a8-07f1-7698-829a-89fa7fab9129
Co-authored-by: Amp <amp@ampcode.com>
|
|
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>
|
|
|
|
|
|
|
|
|
|
after 30 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|