darxtrix / ptop

An awesome task manager written in python. :computer:
http://darxtrix.in/ptop/
MIT License
576 stars 43 forks source link

Fixes #29 [ Show open files used by a process ] #49

Closed sdeepaknarayanan closed 6 years ago

sdeepaknarayanan commented 6 years ago

Added the Open Files Displaying, Feature Storming

darxtrix commented 6 years ago

Thanks for the contribution again. Can you please add a screenshot displaying opened files by a process ?

darxtrix commented 6 years ago

@deeps-nars Please reference the issue by putting a link in the PR body for quick reference. It would be great if you can write the PR heading like "Fixes #29 [ ]" Github will automatically reference the issue if you put Fixes# in PR body and when the PR is merged Github will close the issue for us also :) .A little detailed heading will be better for me for understanding when seeing the list of PRs. Doing that for now :)

sdeepaknarayanan commented 6 years ago

@darxtrix, It works with terminal resizing too. p4 p1 The popup box displays both the number of ports getting used, as well as the number of open files and displays them. In response to your previous comment on PR Body, I'll do that from now on. Thanks :)

darxtrix commented 6 years ago

Merged after some refactoring, thanks @deeps-nars ! :)