mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 07:04:51 +02:00
docs: Update README to include sorting
This commit is contained in:
parent
8a567df1ae
commit
31ee9b73fc
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -51,6 +51,7 @@
|
|||||||
"subwidget",
|
"subwidget",
|
||||||
"sysconf",
|
"sysconf",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
|
"tebibyte",
|
||||||
"tokei",
|
"tokei",
|
||||||
"twrite",
|
"twrite",
|
||||||
"usage",
|
"usage",
|
||||||
|
20
README.md
20
README.md
@ -36,7 +36,9 @@ A cross-platform graphical process/system monitor with a customizable interface
|
|||||||
- [Supported logical operators](#supported-logical-operators)
|
- [Supported logical operators](#supported-logical-operators)
|
||||||
- [Supported units](#supported-units)
|
- [Supported units](#supported-units)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
|
- [Processes](#processes)
|
||||||
- [Process searching](#process-searching)
|
- [Process searching](#process-searching)
|
||||||
|
- [Sorting](#process-sorting)
|
||||||
- [Zoom](#zoom)
|
- [Zoom](#zoom)
|
||||||
- [Expanding](#expanding)
|
- [Expanding](#expanding)
|
||||||
- [Basic mode](#basic-mode)
|
- [Basic mode](#basic-mode)
|
||||||
@ -351,7 +353,9 @@ It also aims to be:
|
|||||||
|
|
||||||
In addition, bottom also currently has the following features:
|
In addition, bottom also currently has the following features:
|
||||||
|
|
||||||
### Process searching
|
### Processes
|
||||||
|
|
||||||
|
#### Process searching
|
||||||
|
|
||||||
On any process widget, hit `/` to bring up a search bar. If the layout has multiple process widgets, note this search is independent of other widgets.
|
On any process widget, hit `/` to bring up a search bar. If the layout has multiple process widgets, note this search is independent of other widgets.
|
||||||
|
|
||||||
@ -367,15 +371,21 @@ This simple search can be refined by matching by case, matching the entire word,
|
|||||||
|
|
||||||
Now let's say you want to search for two things - luckily, we have the `AND` and `OR` logical operators:
|
Now let's say you want to search for two things - luckily, we have the `AND` and `OR` logical operators:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Furthermore, one is able to refine their searches by CPU usage, memory usage, PID, and more. For example:
|
Furthermore, one is able to refine their searches by CPU usage, memory usage, PID, and more. For example:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
One can see all available keywords and query options [here](#process-searching-keywords).
|
You can see all available keywords and query options [here](#process-searching-keywords).
|
||||||
|
|
||||||
|
#### Process sorting
|
||||||
|
|
||||||
|
You can sort the processes list by any column you want by pressing `s` while on a process widget:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Zoom
|
### Zoom
|
||||||
|
|
||||||
@ -386,7 +396,7 @@ Widgets can hold different time intervals independently. These time intervals ca
|
|||||||
### Expand
|
### Expand
|
||||||
|
|
||||||
Only care about one specific widget? You can go to that widget and hit `e` to make that widget expand and take
|
Only care about one specific widget? You can go to that widget and hit `e` to make that widget expand and take
|
||||||
up the entire drawing area.
|
up the entire drawing area. You can minimize this expanded widget with `Esc` or pressing `e` again.
|
||||||
|
|
||||||
### Basic mode
|
### Basic mode
|
||||||
|
|
||||||
|
BIN
assets/sort.png
Normal file
BIN
assets/sort.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
Loading…
x
Reference in New Issue
Block a user