summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2026-02-22Port taskwarrior feeder from ruby to fishPaul Buetow
2026-02-22fix: route work-tagged notes to task_add instead of worklog_addPaul Buetow
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>
2026-02-08Add pihole-dns-toggle script for FedoraPaul Buetow
Script to easily toggle Pi-hole DNS on/off for active network connections using NetworkManager. Includes OS check to ensure it only runs on Fedora. Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07renamePaul Buetow