summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-03-25 16:24:24 +0100
committerDaniel Lange <DLange@git.local>2022-03-25 17:19:59 +0100
commit7c43e02591de9b6e14744e3eaffed25ad092756e (patch)
tree31434fb6a9d4f658c1812d9298a4424cab34ffb9 /htop.1.in
parenta2ca7583a9ba2e57eb9e9316aad52c9248aae092 (diff)
Improve String_contains_i to allow for multiple terms
This enables: * Multiple filters in the main panel and strace etc. views * Multiple search terms The search terms are separated by "|" and are still fixed strings matched case-insensitive. Added a multi flag at request of BenBE.
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/htop.1.in b/htop.1.in
index b51789a2..c298e7cb 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -50,7 +50,8 @@ Start
in monochrome mode
.TP
\fB\-F \-\-filter=FILTER
-Filter processes by command
+Filter processes by terms matching the commands. The terms are matched
+case-insensitive and as fixed strings (not regexs). You can separate multiple terms with "|".
.TP
\fB\-h \-\-help
Display a help message and exit
@@ -175,6 +176,8 @@ bindings take precedence.
Incremental process filtering: type in part of a process command line and
only processes whose names match will be shown. To cancel filtering,
enter the Filter option again and press Esc.
+The matching is done case-insensitive. Terms are fixed strings (no regex).
+You can separate multiple terms with "|".
.TP
.B F5, t
Tree view: organize processes by parenthood, and layout the relations

© 2014-2024 Faster IT GmbH | imprint | privacy policy