Skip to content

Commit

Permalink
Prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Aug 21, 2019
1 parent 1e06184 commit 2283ab9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ information; the command will work without it but might miss some information.
the numbers you get from ``uptime``.
* Note that binaries launched while ``ptop`` is running are listed at the bottom
of the display.
* Selecting a process with Enter will dump detailed information about that
process and exit ``ptop``.
* After you press ``q`` to quit, the display is retained and some lines at the
bottom are removed to prevent the information you want from scrolling out of
view.
Expand Down Expand Up @@ -238,7 +240,6 @@ TODO ``iotop`` replacement
TODO misc
---------

* ptop: Let user switch between CPU time sort and memory sort
* Details: When no users were found to be logged in at process start,
automatically detect whether it's because we don't have history that far back or
whether it seems to be that nobody was actually logged in. Inform the user about
Expand Down Expand Up @@ -303,6 +304,7 @@ DONE
isn't ``/``, list all other processes that have the same working directory.
* ptop: Load bar: Set foreground color in green section to black, white on
green is hard to read.
* ptop: Let user switch between CPU time sort and memory sort

.. _the Output section: #output
.. _Debian 10 Buster: https://wiki.debian.org/DebianBuster
Expand Down
Binary file modified doc/ptop-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion px/px_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def get_screen_lines(

if include_footer:
footer_line = \
u" q - Quit m - Sort by RAM or CPU / - Search ↑↓ - Move selection Enter - Select"
u" q - Quit m - Sort order / - Search ↑↓ - Move Enter - Select"
footer_line = px_terminal.get_string_of_length(footer_line, columns)
footer_line = px_terminal.inverse_video(footer_line)

Expand Down

0 comments on commit 2283ab9

Please sign in to comment.