Skip to content

cilladev/portzilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portzilla

Tests Coverage

A macOS menu bar app for listing and killing processes bound to local ports. Hit EADDRINUSE? Click once instead of running lsof + kill.

Portzilla

Requirements

  • macOS 13+ (Ventura)
  • Swift 5.9+

Quick start

git clone https://github.com/cilladev/portzilla.git && cd portzilla
swift run

Build .app bundle

make bundle
# → Portzilla.app (ad-hoc signed, right-click → Open first time)

Set as login item

System Settings → General → Login Items → add Portzilla.app

Development

make run      # swift run
make build    # swift build -c release
make test     # swift test
make clean    # rm -rf .build Portzilla.app

License

MIT

About

A macOS menu bar app for listing and killing processes bound to local ports.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors