saratonite / pvw

A port viewer TUI made with BubbleTea in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pvw

pvw is a port viewer TUI for Unix made with BubbleTea in Go.

Demo Image

Installation

The recommended way to install pvw is with eget:

sudo eget allyring/pvw --to /usr/local/bin

However, you can manually install it by downloading the latest binary from the releases tab and moving it to any location on your $PATH.

pvw also relies on lsof version 4.94 or later being installed on your system. Many systems ship with it, but if not, then it can be installed through your standard package manager.

Usage

Run with pvw followed by any flags/switches. Run pvw -h or pvw --help for help.

Contribution and Credits

If you would like to contribute, then feel free to create an issue or PR with a bug report/fix or improvement!

Thanks to @dlvhdr for the idea in the charmbracelet/inspo repo, as well as everyone in the Charm Discord server for helping answer my questions.

About

A port viewer TUI made with BubbleTea in Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%