summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-18 01:28:53 -0500
committerGitHub <noreply@github.com>2020-11-18 01:28:53 -0500
commit669b245367d194b7f4f7a12fe29573fcd9ca4e4e (patch)
tree5d4822751b16bf4a6b46a2995348ca90b6866152 /README.md
parente43456207be0757fbb9c05f93a169063faf673b7 (diff)
feature: Add collapsible tree entries (#304)
Adds collapsible trees to the tree mode for processes. These can be toggled via the + or - keys and the mouse by clicking on a selected entry.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index afe7df74..e3346e4c 100644
--- a/README.md
+++ b/README.md
@@ -137,6 +137,7 @@ sudo dnf install bottom
### Gentoo
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
+
```bash
sudo eselect repository enable dm9pZCAq
sudo emerge --sync dm9pZCAq
@@ -232,7 +233,6 @@ Run using `btm`.
--hide_time Completely hides the time scaling.
-k, --kelvin Sets the temperature type to Kelvin.
-l, --left_legend Puts the CPU chart legend to the left side.
- --no_write Disables writing to the config file.
-r, --rate <MS> Sets a refresh rate in ms.
-R, --regex Enables regex by default.
-d, --time_delta <MS> The amount in ms changed upon zooming.
@@ -401,6 +401,12 @@ Note that the `and` operator takes precedence over the `or` operator.
| ------ | --------------------------------------------------------------------- |
| Scroll | Scrolling over an CPU core/average shows only that entry on the chart |
+#### Process bindings
+
+| | |
+| ----- | --------------------------------------------------------------------------------------------------- |
+| Click | If in tree mode and you click on a selected entry, it toggles whether the branch is expanded or not |
+
## Features
As yet _another_ process/system visualization and management application, bottom supports the typical features:
@@ -742,6 +748,7 @@ Thanks to all contributors ([emoji key](https://allcontributors.org/docs/en/emoj
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
## Thanks