A beautiful TUI tool that reads package.json scripts and lets you select and run them interactively. Built with Go, BubbleTea and Lipgloss.
brew tap vianch/tap
brew install pacoOr with Go:
go install github.com/vianch/paco/cmd/paco@latestIf you already have paco installed via Homebrew, upgrade to the latest version:
brew update
brew upgrade vianch/tap/pacoNote: Use the fully qualified name
vianch/tap/pacoto ensure Homebrew upgrades from the correct tap.
Run paco in any directory with a package.json:
paco- Navigate with
j/kor arrow keys - Press
enterto run the selected script - Press
qorescto quit
If no package.json is found, paco will offer to create one with default scripts.
MIT