Skip to content

Commit

Permalink
Merge pull request #1213 from mhienle/top-cheatsheet
Browse files Browse the repository at this point in the history
Issue #767: Add top cheatsheet
  • Loading branch information
rstacruz authored Dec 31, 2019
2 parents 005789b + e9ca32b commit 71a59ad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions top.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: top
category: CLI
layout: 2017/sheet
updated: 2020-01-01
intro: See the processes in your Unix machine.
---

### Shortcuts

| Shortcut | Description |
| --------- | --------------------- |
| `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 |
{: .-shortcuts}

0 comments on commit 71a59ad

Please sign in to comment.