Skip to content

Commit

Permalink
Added contributors.md and name change in action panel
Browse files Browse the repository at this point in the history
  • Loading branch information
darxtrix committed Nov 16, 2018
1 parent 7675c6f commit aa2670e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
ptop contributors
=================

* **[vinusankars](https://github.com/vinusankars)**

* Python3 compatibility
* Custom refresh rate for sensors
* Bug and performance fixes

* **[Deepak Narayanan](https://github.com/deeps-nars)**

* Enhancing process info with list of open files used by the process

* **[Smeet Vora](https://github.com/smeet20)**

* Network Sensor Implementation

* **[Smeet Vora](https://github.com/smeet20)**

* Network Sensor Implementation

* **[Santiago Castro](https://github.com/bryant1410)**

* Bug fixes

* **[Yu-Jie Lin](https://github.com/livibetter)**

* Bug fixes
2 changes: 1 addition & 1 deletion ptop/interfaces/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def draw(self):
relx=ACTIONS_WIDGET_REL_X,
rely=ACTIONS_WIDGET_REL_Y
)
self.actions.value = "^K:Kill\t\t^N:Memory Sort\t\t^T:Time Sort\t\t^R:Reset\t\tg:Top\t\t^Q:Quit\t\t^F:Filter\t\t^L:Info"
self.actions.value = "^K:Kill\t\t^N:Memory Sort\t\t^T:Time Sort\t\t^R:Reset\t\tg:Top\t\t^Q:Quit\t\t^F:Filter\t\t^L:Process Info"
self.actions.display()
self.actions.editable = False

Expand Down

0 comments on commit aa2670e

Please sign in to comment.