Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localhorst

Zero-dependency CLI to list and kill local dev servers on ports 3000-9000.

localhorst interactive mode

Install

Homebrew (recommended)

brew tap ASchwad/localhorst
brew install localhorst

From source (requires Bun)

bun install
bun link

Usage

localhorst              # 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)

Release

Push a version tag to trigger an automated release:

git tag v0.2.0
git push origin v0.2.0

This builds binaries for macOS (arm64/x64) and Linux (arm64/x64), creates a GitHub Release, and updates the Homebrew formula automatically.

About

List and kill local dev servers running on ports 3000-9000

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages