Remove all traces of Graphite (gt) from your system. Written in Nushell.
Graphite be gone.
- Per-repo files —
.git/.graphite_*(cache, PR info, repo config) - Global gitconfig —
[graphite]section - Windsurf rules —
example/.windsurf/rules/graphite.md - Homebrew —
graphiteformula +withgraphite/tap(leavesgraphite2font library untouched)
# Dry run (default) — shows what would happen
nu gt-gone.nu
# Actually remove everything
nu gt-gone.nu --run
# Custom repos directory
nu gt-gone.nu --repos ~/projects- Nushell ≥ 0.100
git(for gitconfig cleanup)brew(for formula/tap removal)