diff --git a/README.md b/README.md index dddbb6f..0a16199 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,17 @@ Simple utility to show information about all listening ports on linux systems ![Screenshot From 2024-12-14 02-26-31](https://github.com/user-attachments/assets/0a9b1a36-c4ea-4b38-8229-30e59829f8f4) -This is a simple graphical utility to see ports that are listening for connections on a linux system. To put it simply, it sorts all servers running on your system, which can accept incoming connections. +This is a simple graphical utility to list ports that are listening for connections on a linux system. To put it simply, it sorts all servers running on your system, which can accept incoming connections. The app runs netstat and ss under the hood. It requires admin priviledges to display additional info (process/command/PID). +## Features +- See a list of TCP and UDP ports listening for connections +- Search through entries by port number or process name. For example you can searhch for mysql to see which port it's listening on. +- Ctrl+F shortcut for quick search +- Show additional info for each entry + +## Download/Installation There are packages for Debian/Ubuntu and Fedora/Redhat. Head to the releases section to download. You can also run the app directly from source. See the requirements.txt to know which modules you need to install.