Issue #767: Add top cheatsheet

This commit is contained in:
Michael Hienle 2019-09-28 11:03:50 +02:00
parent 1e927dccfc
commit e7b9a592b9
1 changed files with 18 additions and 0 deletions

18
top.md Normal file
View File

@ -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 |