From 1e92eba7ce49c4dff0b69a82e92bb24c7c176437 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 3 May 2020 00:11:57 -0400 Subject: [PATCH] docs: clarified point about and vs or --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83a757b7..c972db34 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop). - + ![Quick demo recording showing off searching, expanding, and process killing.](assets/summary_and_search.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.2.0. @@ -264,10 +264,12 @@ Note none of the keywords are case sensitive. Furthermore, if you want to search #### Supported logical operators +Note that the `and` operator takes precedence over the `or` operator. + | | | | -| ------------------ | -------------------------------------------- | ----------------------------------------------------| +| ------------------ | -------------------------------------------- | --------------------------------------------------- | | `and, &&, ` | ` and/&&/ ` | Requires both conditions to be true to match | -| `or, \|\|` | ` or/\|\| ` | Requires at least one condition to be true to match | +| `or, \|\|` | ` or/\|\| ` | Requires at least one condition to be true to match | #### Supported units