mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
[skip travis] Update README to reflect current repo state
This commit is contained in:
parent
bf02afcf79
commit
f33a0ac38e
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -62,9 +62,9 @@ Note that all options and keybindings on GitHub may reflect the current developm
|
|||
|
||||
- `?` to get a help screen explaining the controls. Note all controls except `Esc` to close the dialog will be disabled while this is open.
|
||||
|
||||
#### Processes panel
|
||||
#### Processes, temperature, and disk panels
|
||||
|
||||
- `dd` to kill the selected process - **I would highly recommend you to be careful using this, lest you accidentally kill the wrong process**.
|
||||
- ~~`dd` to kill the selected process~~ Currently disabled in repo
|
||||
|
||||
- `c` to sort by CPU usage. Sorts in descending order by default. Press again to reverse sorting order.
|
||||
|
||||
|
@ -74,11 +74,15 @@ Note that all options and keybindings on GitHub may reflect the current developm
|
|||
|
||||
- `n` to sort by process name. Sorts in ascending order by default. Press again to reverse sorting order.
|
||||
|
||||
- `gg` to jump to the first entry of the current table.
|
||||
|
||||
- `G` (`Shift+g`) to jump to the last entry of the current table.
|
||||
|
||||
### Mouse actions
|
||||
|
||||
[* Scrolling either scrolls through the list if the panel is a table (Temperature, Disks, Processes), or zooms in and out if it is a chart.]: <>
|
||||
|
||||
- Scrolling currently only scrolls through the list if the panel is a table (Temperature, Disks, Processes). This will change in the future.
|
||||
- Scrolling currently only scrolls through the list if the panel is a table (Temperature, Disks, Processes).
|
||||
|
||||
## Thanks, kudos, and all the like
|
||||
|
||||
|
|
Loading…
Reference in a new issue