| Age | Commit message (Collapse) | Author |
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document Docker Pi-hole on Raspberry Pis, *.f3s.lan.buetow.org → CARP VIP,
tracked paths in conf (f3s/pihole/docker-pi), client DNS and rollout notes.
Add references/pihole-pi.md; track references/dserver.d linked from SKILL.md.
Update skill description and IP table entries for pi2/pi3.
Made-with: Cursor
|
|
|
|
|
|
|
|
Extend quickedit_ignore_suffixes with configurable extensions, filter
at index build and after grep, and add Office/ODF and other binary
types found in QuickEdit index.
Made-with: Cursor
|
|
|
|
|
|
|
|
|
|
|
|
Amp-Thread-ID: https://ampcode.com/threads/T-019d7766-909d-741c-bcb9-1e1e931f1e1b
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
|
|
Document running prompts from ~/Notes/Prompts/commands by command name,
placeholder mapping, and positional arguments. Update task-management
skill and references to invoke ~/go/bin/do explicitly.
Made-with: Cursor
|
|
|
|
|
|
|
|
Made-with: Cursor
|
|
Update agent command docs and auditing-code-quality skill so examples
match the Hexai task binary (do, formerly ask).
Made-with: Cursor
|
|
Update SKILL.md and reference docs for the do task CLI; add zsh reserved-word note in 00-context.
Made-with: Cursor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the API returns null for nextPage, Python's .get('nextPage','') still
returns None (key exists), and print(None) yields "None" — a non-empty string.
The loop then tried to fetch page "None", curl failed, and set -e killed the
script silently. Use 'or ""' to coerce None to empty string.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
declare -A with inline \$() substitutions can silently drop entries in some
bash versions; assign keys after declaration to ensure both accounts load.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Downloads each asset to <filename>.tmp first, renaming to the final path
only on success. Also cleans up stale .tmp files from aborted previous runs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
The Immich search API's 'total' field only reflects the current page size,
not the actual total. Fix by first paginating all pages to collect the full
asset list, then downloading with accurate [X/total] progress.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Exports images (no videos) from paul and albena accounts for a configurable
date range via the Immich REST API, skipping already-downloaded files.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
Amp-Thread-ID: https://ampcode.com/threads/T-019d401d-bdcc-75aa-a09d-5f0e1aa626c6
Co-authored-by: Amp <amp@ampcode.com>
|
|
|