Dunk
Prettier git diffs in the terminal 🎨
Install / Use
/learn @darrenburns/DunkREADME
dunk
Pipe your git diff output into dunk to make it prettier!

⚠️ This project is very early stages - expect crashes, bugs, and confusing output!
Quick Start
I recommend you install using pipx, which will allow you to use dunk from anywhere.
pipx install dunk
Basic Usage
Pipe the output of git diff into dunk:
git diff | dunk
or add it to git as an alias:
git config --global alias.dunk '!git diff | dunk'
Paging
You can pipe output from dunk into a pager such as less:
git diff | dunk | less -R
Related Skills
apple-reminders
340.5kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
340.5kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
healthcheck
340.5kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
