summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-02-15 22:23:22 -0500
committerGitHub <noreply@github.com>2021-02-15 22:23:22 -0500
commite437b14922c688b1f5bbfcb4d13387564be34be0 (patch)
tree17f69d7247a406216e14937f0ccb4e3cdd683a6a /README.md
parentfb7b1226fd610b53d1ba06e2c3d55f0100ebdb2f (diff)
feature: Allow toggling advanced kill menu (#408)
Allows toggling the advanced kill menu via --advanced_kill or advanced_kill=true.
Diffstat (limited to 'README.md')
-rw-r--r--README.md114
1 files changed, 58 insertions, 56 deletions
diff --git a/README.md b/README.md
index 9cd80753..9078bfd5 100644
--- a/README.md
+++ b/README.md
@@ -247,37 +247,38 @@ Run using `btm`.
Use `btm --help` for more information.
```
- --autohide_time Temporarily shows the time scale in graphs.
- -b, --basic Hides graphs and uses a more basic look.
- --battery Shows the battery widget.
- -S, --case_sensitive Enables case sensitivity by default.
- -c, --celsius Sets the temperature type to Celsius.
- --color <COLOR SCHEME> Use a color scheme, use --help for supported values.
- --process_command Show processes as their commands by default.
- -C, --config <CONFIG PATH> Sets the location of the config file.
- -u, --current_usage Sets process CPU% to be based on current CPU%.
- -t, --default_time_value <MS> Default time value for graphs in ms.
- --default_widget_count <INT> Sets the n'th selected widget type as the default.
- --default_widget_type <WIDGET TYPE> Sets which widget type to use as the default widget.
- --disable_click Disables mouse clicks.
- -m, --dot_marker Uses a dot marker for graphs.
- -f, --fahrenheit Sets the temperature type to Fahrenheit.
- -g, --group Groups processes with the same name by default.
- -h, --help Prints help information. Use --help for more info.
- -a, --hide_avg_cpu Hides the average CPU usage.
- --hide_table_gap Hides the spacing between table headers and entries.
- --hide_time Completely hides the time scaling.
- -k, --kelvin Sets the temperature type to Kelvin.
- -l, --left_legend Puts the CPU chart legend to the left side.
- --mem_as_value Defaults to showing process memory usage by value.
- -r, --rate <MS> Sets a refresh rate in ms.
- -R, --regex Enables regex by default.
- --show_table_scroll_position Shows the scroll position tracker in table widgets
- -d, --time_delta <MS> The amount in ms changed upon zooming.
- -T, --tree Defaults to showing the process widget in tree mode.
- --use_old_network_legend DEPRECATED - uses the older network legend.
- -V, --version Prints version information.
- -W, --whole_word Enables whole-word matching by default.
+ --advanced_kill Shows more options when killing a process on Unix-like systems.
+ --autohide_time Temporarily shows the time scale in graphs.
+-b, --basic Hides graphs and uses a more basic look.
+ --battery Shows the battery widget.
+-S, --case_sensitive Enables case sensitivity by default.
+-c, --celsius Sets the temperature type to Celsius.
+ --color <COLOR SCHEME> Use a color scheme, use --help for supported values.
+-C, --config <CONFIG PATH> Sets the location of the config file.
+-u, --current_usage Sets process CPU% to be based on current CPU%.
+-t, --default_time_value <MS> Default time value for graphs in ms.
+ --default_widget_count <INT> Sets the n'th selected widget type as the default.
+ --default_widget_type <WIDGET TYPE> Sets the default widget type, use --help for more info.
+ --disable_click Disables mouse clicks.
+-m, --dot_marker Uses a dot marker for graphs.
+-f, --fahrenheit Sets the temperature type to Fahrenheit.
+-g, --group Groups processes with the same name by default.
+-h, --help Prints help information. Use --help for more info.
+-a, --hide_avg_cpu Hides the average CPU usage.
+ --hide_table_gap Hides the spacing between table headers and entries.
+ --hide_time Completely hides the time scaling.
+-k, --kelvin Sets the temperature type to Kelvin.
+-l, --left_legend Puts the CPU chart legend to the left side.
+ --mem_as_value Defaults to showing process memory usage by value.
+ --process_command Show processes as their commands by default.
+-r, --rate <MS> Sets a refresh rate in ms.
+-R, --regex Enables regex by default.
+ --show_table_scroll_position Shows the scroll position tracker in table widgets.
+-d, --time_delta <MS> The amount in ms changed upon zooming.
+-T, --tree Defaults to showing the process widget in tree mode.
+ --use_old_network_legend DEPRECATED - uses the older network legend.
+-V, --version Prints version information.
+-W, --whole_word Enables whole-word matching by default.
```
### Keybindings
@@ -563,31 +564,32 @@ The following options can be set under `[flags]` to achieve the same effect as p
These are the following supported flag config values, which correspond to the flag of the same name described in [Flags](#flags):
-| Field | Type | Functionality |
-| ---------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
-| `hide_avg_cpu` | Boolean | Hides the average CPU usage. |
-| `dot_marker` | Boolean | Uses a dot marker for graphs. |
-| `left_legend` | Boolean | Puts the CPU chart legend to the left side. |
-| `current_usage` | Boolean | Sets process CPU% to be based on current CPU%. |
-| `group_processes` | Boolean | Groups processes with the same name by default. |
-| `case_sensitive` | Boolean | Enables case sensitivity by default. |
-| `whole_word` | Boolean | Enables whole-word matching by default. |
-| `regex` | Boolean | Enables regex by default. |
-| `basic` | Boolean | Hides graphs and uses a more basic look. |
-| `use_old_network_legend` | Boolean | DEPRECATED - uses the older network legend. |
-| `battery` | Boolean | Shows the battery widget. |
-| `rate` | Unsigned Int (represents milliseconds) | Sets a refresh rate in ms. |
-| `default_time_value` | Unsigned Int (represents milliseconds) | Default time value for graphs in ms. |
-| `time_delta` | Unsigned Int (represents milliseconds) | The amount in ms changed upon zooming. |
-| `temperature_type` | String (one of ["k", "f", "c", "kelvin", "fahrenheit", "celsius"]) | Sets the temperature unit type. |
-| `default_widget_type` | String (one of ["cpu", "proc", "net", "temp", "mem", "disk"], same as layout options) | Sets the default widget type, use --help for more info. |
-| `default_widget_count` | Unsigned Int (represents which `default_widget_type`) | Sets the n'th selected widget type as the default. |
-| `disable_click` | Boolean | Disables mouse clicks. |
-| `color` | String (one of ["default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"]) | Use a color scheme, use --help for supported values. |
-| `mem_as_value` | Boolean | Defaults to showing process memory usage by value. |
-| `tree` | Boolean | Defaults to showing the process widget in tree mode. |
-| `show_table_scroll_position` | Boolean | Shows the scroll position tracker in table widgets. |
-| `process_command` | Boolean | Show processes as their commands by default. |
+| Field | Type | Functionality |
+| ---------------------------- | ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
+| `hide_avg_cpu` | Boolean | Hides the average CPU usage. |
+| `dot_marker` | Boolean | Uses a dot marker for graphs. |
+| `left_legend` | Boolean | Puts the CPU chart legend to the left side. |
+| `current_usage` | Boolean | Sets process CPU% to be based on current CPU%. |
+| `group_processes` | Boolean | Groups processes with the same name by default. |
+| `case_sensitive` | Boolean | Enables case sensitivity by default. |
+| `whole_word` | Boolean | Enables whole-word matching by default. |
+| `regex` | Boolean | Enables regex by default. |
+| `basic` | Boolean | Hides graphs and uses a more basic look. |
+| `use_old_network_legend` | Boolean | DEPRECATED - uses the older network legend. |
+| `battery` | Boolean | Shows the battery widget. |
+| `rate` | Unsigned Int (represents milliseconds) | Sets a refresh rate in ms. |
+| `default_time_value` | Unsigned Int (represents milliseconds) | Default time value for graphs in ms. |
+| `time_delta` | Unsigned Int (represents milliseconds) | The amount in ms changed upon zooming. |
+| `temperature_type` | String (one of ["k", "f", "c", "kelvin", "fahrenheit", "celsius"]) | Sets the temperature unit type. |
+| `default_widget_type` | String (one of ["cpu", "proc", "net", "temp", "mem", "disk"], same as layout options) | Sets the default widget type, use --help for more info. |
+| `default_widget_count` | Unsigned Int (represents which `default_widget_type`) | Sets the n'th selected widget type as the default. |
+| `disable_click` | Boolean | Disables mouse clicks. |
+| `color` | String (one of ["default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"]) | Use a color scheme, use --help for supported values. |
+| `mem_as_value` | Boolean | Defaults to showing process memory usage by value. |
+| `tree` | Boolean | Defaults to showing the process widget in tree mode. |
+| `show_table_scroll_position` | Boolean | Shows the scroll position tracker in table widgets. |
+| `process_command` | Boolean | Show processes as their commands by default. |
+| `advanced_kill` | Boolean | Shows more options when killing a process on Unix-like systems. |
#### Theming