Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarlos0-graveyard/ports
Easily see what's happening on your computer's ports
https://github.com/caarlos0-graveyard/ports
Last synced: about 2 months ago
JSON representation
Easily see what's happening on your computer's ports
- Host: GitHub
- URL: https://github.com/caarlos0-graveyard/ports
- Owner: caarlos0-graveyard
- License: mit
- Created: 2016-08-07T21:00:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T21:19:35.000Z (over 7 years ago)
- Last Synced: 2024-08-01T13:29:40.003Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 34
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ports
> Easily see what's happening on your computer's ports
You can either use it as a binary or as a shell plugin.
Usage:
```console
$ ports ls
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
UserEvent 254 carlos 4u IPv4 0x1835878847405b73 0t0 UDP *:*
sharingd 365 carlos 18u IPv4 0x18358788474051d3 0t0 UDP *:*
sharingd 365 carlos 22u IPv4 0x1835878847408b93 0t0 UDP *:*
WiFiAgent 912 carlos 8u IPv4 0x183587885019e6a3 0t0 UDP *:*
ruby 1620 carlos 8u IPv4 0x183587885e3c1c1b 0t0 TCP *:4000 (LISTEN)$ ports show 4000
ruby 1620 carlos 8u IPv4 0x183587885e3c1c1b 0t0 TCP *:terabase (LISTEN)$ ports kill 4000
$ ports show 4000
```Also try `ports --help`.