SkillAgentSearch skills...

Dunk

Prettier git diffs in the terminal 🎨

Install / Use

/learn @darrenburns/Dunk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

dunk

Pipe your git diff output into dunk to make it prettier!

image

⚠️ 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

View on GitHub
GitHub Stars887
CategoryDevelopment
Updated2d ago
Forks20

Languages

Python

Security Score

100/100

Audited on Mar 27, 2026

No findings