summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-07 01:29:20 -0700
committerGitHub <noreply@github.com>2020-08-07 04:29:20 -0400
commit30bdaa6073ad28eb1083997e874654727460fcbb (patch)
tree07a373b3f2493c9c6e2872ceec617127ee5dc8d8 /README.md
parentd2129056e3f04c961a28099510d3bd577925af47 (diff)
feature: add full command to process widget
This PR adds the ability to toggle between the process name and process path. Currently, this uses `P` as the modifier key. Currently, the longer command names are dealt with by forcefully changing the width of the columns, but this can be handled in a more graceful manner IMO.
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 5d0df94c..6b1dee99 100644
--- a/README.md
+++ b/README.md
@@ -206,15 +206,16 @@ Run using `btm`.
#### Process bindings
-| | |
-| ------------- | ---------------------------------------------------------- |
-| `dd` | Kill the selected process |
-| `c` | Sort by CPU usage, press again to reverse sorting order |
-| `m` | Sort by memory usage, press again to reverse sorting order |
-| `p` | Sort by PID name, press again to reverse sorting order |
-| `n` | Sort by process name, press again to reverse sorting order |
-| `Tab` | Group/un-group processes with the same name |
-| `Ctrl-f`, `/` | Open process search widget |
+| | |
+| ------------- | ------------------------------------------------------------- |
+| `dd` | Kill the selected process |
+| `c` | Sort by CPU usage, press again to reverse sorting order |
+| `m` | Sort by memory usage, press again to reverse sorting order |
+| `p` | Sort by PID name, press again to reverse sorting order |
+| `n` | Sort by process name, press again to reverse sorting order |
+| `Tab` | Group/un-group processes with the same name |
+| `Ctrl-f`, `/` | Open process search widget |
+| `P` | Toggle between showing the full path or just the process name |
#### Process search bindings
@@ -551,6 +552,7 @@ Thanks to all contributors ([emoji key](https://allcontributors.org/docs/en/emoj
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
## Thanks