Zero-dependency CLI to list and kill local dev servers on ports 3000-9000.
brew tap ASchwad/localhorst
brew install localhorstbun install
bun linklocalhorst # interactive TUI (default)
localhorst list # non-interactive table output
localhorst kill 3000 # kill server on port 3000
localhorst kill --all # kill all dev servers
localhorst kill 3000 -f # force kill (SIGKILL)Push a version tag to trigger an automated release:
git tag v0.2.0
git push origin v0.2.0This builds binaries for macOS (arm64/x64) and Linux (arm64/x64), creates a GitHub Release, and updates the Homebrew formula automatically.
