Releases: iorinu/pwatch
Releases · iorinu/pwatch
Release list
0.1.0 - 2026-06-02
Release Notes
Initial release.
Added
pwatch list— show all listening ports in a colored table.pwatch check <port>— check whether a specific port is in use.pwatch kill <port>...— kill the process bound to one or more ports.
Supports--forcefor SIGKILL.pwatch ui— interactive TUI with vim-style navigation, search, kill
confirmation dialog, and auto-refresh (ato toggle,+/-to adjust interval).pwatch list --watch—top-style live refresh of the port list with
configurable--interval.pwatch completion <shell>— generate shell completion scripts for
bash, zsh, fish, powershell, and elvish.pwatch --version/-V— print the version.pwatch config banner on|off— toggle the figlet startup banner.pwatch config lang en|ja— switch runtime messages and TUI labels
between English and Japanese (default: English).--jsonglobal flag for machine-readable output.- Linux scanner via direct
/proc/net/tcpparsing. - macOS scanner via
lsof.
Install pwatch 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/iorinu/pwatch/releases/download/v0.1.0/pwatch-installer.sh | shInstall prebuilt binaries via Homebrew
brew install iorinu/tap/pwatchDownload pwatch 0.1.0
| File | Platform | Checksum |
|---|---|---|
| pwatch-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| pwatch-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| pwatch-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |