diff --git a/top.md b/top.md new file mode 100644 index 000000000..46e150c7f --- /dev/null +++ b/top.md @@ -0,0 +1,18 @@ +--- +title: top +category: CLI +layout: 2017/sheet +intro: See the processes in your Unix machine. +--- + +| `h` | shows help | +| `q` | quits the program | +| `m` | switches memory view | +| `k` | kills process | +| `Shift+p` | sorts by CPU usage | +| `Shift+m` | sorts by memory usage | +| `Shift+r` | reverses sorting | +| `Shift+l` | searches for string | +| `o` | adds a filter | +| `=` | clears filters | +