| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
parsing and trigger matching
Amp-Thread-ID: https://ampcode.com/threads/T-019cba8f-7ee3-73c6-b7ce-503bd656dae8
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
Amp-Thread-ID: https://ampcode.com/threads/T-019cba2c-0536-70d9-956b-8ff115f07646
Co-authored-by: Amp <amp@ampcode.com>
|
|
- Populate 19 stub files with actual content from 100go.co
- Remove redundant bare 'TL;DR' line after '#### TL;DR' header in 76 files
- Convert 3 mid-file '#### TL;DR / Note' sections to '#### Note'
- Fix HTML entities (< > &) to proper characters in 9 files
Amp-Thread-ID: https://ampcode.com/threads/T-019cba2c-0536-70d9-956b-8ff115f07646
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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>
|
|
|
|
|
|
|
|
|
|
|
|
Notes with 'work' tag were routed to worklog_add! which wrote a raw
txt file to worktime dir, losing the +work tag. Now they go through
task_add! creating a proper Taskwarrior task with +work that gets
exported to worktime via taskwarrior::export.
Amp-Thread-ID: https://ampcode.com/threads/T-019c85e5-1074-70cc-a6a3-9f1b68abee3d
Co-authored-by: Amp <amp@ampcode.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>
|
|
|
|
|
|
|