summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2019-05-31 19:58:29 -0700
committerBrian Mattern <rephorm@rephorm.com>2019-05-31 23:20:55 -0700
commit866281cc42ab557c71a03f81fdf43f8b70c8ec7d (patch)
tree2d4c4072eb2966080c20366dbc4ecc9597c23261 /README.md
parent1b5985860ce89d636c883222edd0f233ce4c3f27 (diff)
First pass at filter support.
Press / to input a filter string. The proc list will be filtered to procs that contain the filter as a substring of either the command or the string representation of the PID.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 458d534..3c060ac 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ snap connect gotop-cjbassi:system-observe
### Keybinds
- Quit: `q` or `<C-c>`
-- Process navigation
+- Process navigation:
- `k` and `<Up>`: up
- `j` and `<Down`: down
- `<C-u>`: half page up
@@ -83,10 +83,15 @@ snap connect gotop-cjbassi:system-observe
- Process actions:
- `<Tab>`: toggle process grouping
- `dd`: kill selected process or group of processes
-- Process sorting
+- Process sorting:
- `c`: CPU
- `m`: Mem
- `p`: PID
+- Process filtering:
+ - /: start editing filter
+ - (while editing):
+ - <Enter> accept filter
+ - <C-c>: clear filter
- CPU and Mem graph scaling:
- `h`: scale in
- `l`: scale out