Metadata-Version: 2.4
Name: win-ports
Version: 0.1.0
Summary: TUI tool to view listening ports and kill processes with filtering support
Project-URL: Homepage, https://github.com/jhleee/win-ports
Project-URL: Repository, https://github.com/jhleee/win-ports
License: MIT
License-File: LICENSE
Keywords: kill,netstat,network,port,process,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: psutil>=5.9.0
Requires-Dist: textual>=0.47.0
Description-Content-Type: text/markdown

# win-ports

TUI tool to view listening ports and kill processes with filtering support.

## Installation

```bash
pip install win-ports
```

## Usage

```bash
win-ports
# or
wp
```

## Keybindings

| Key | Action |
|-----|--------|
| `/` | Filter |
| `Escape` | Clear filter |
| `r` | Refresh |
| `k` / `Enter` | Kill process |
| `q` | Quit |

## License

MIT
