Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Show taken ports #26

Open
S-Maciejewski opened this issue Oct 2, 2020 · 1 comment
Open

[Feature] Show taken ports #26

S-Maciejewski opened this issue Oct 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@S-Maciejewski
Copy link
Contributor

Please describe the feature you want this project to offer
The application should display the information about taken ports (and processes that occupy them , but perhaps this should be a separate issue)

Describe the solution you'd like
As written above, perhaps this functionality could be selected using flags for the app (separate issue for implementing commandline arguments handling?)

@S-Maciejewski S-Maciejewski added the enhancement New feature or request label Oct 2, 2020
@DarthBenro008
Copy link
Member

@S-Maciejewski right now there is a function in network.go named PortChecker() which gives you the unavailable ports when you feed in a list of ports, maybe you could try tinkering with it to display the most popular taken ports. Eg: 8080,80,443,5432,etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants