1
0
mirror of https://github.com/orhun/kmon synced 2024-07-08 20:06:03 +00:00

doc: Update README about displaying dependent modules feature

This commit is contained in:
orhun 2020-05-02 22:37:08 +03:00
parent ea59b30f0a
commit 882a1f117f
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -82,7 +82,7 @@ kmon is written in [Rust](https://www.rust-lang.org/) and uses [tui-rs](https://
- [Smooth Scrolling](#smooth-scrolling)
- [Kernel Information](#kernel-information)
- [Module Information](#module-information)
- [Displaying dependent modules](#displaying-dependent-modules)
- [Displaying the dependent modules](#displaying-the-dependent-modules)
- [Jumping to dependent modules](#jumping-to-dependent-modules)
- [Searching a module](#searching-a-module)
- [Loading a module](#loading-a-module)
@ -243,28 +243,28 @@ FLAGS:
## Key Bindings
| | |
|------------------------- |---------------------------------------- |
| `[?], F1` | Help |
| `right/left, h/l` | Switch between blocks |
| `up/down, k/j, alt-k/j` | Scroll up/down [selected block] |
| `pgup/pgdown` | Scroll up/down [kernel activities] |
| `</>` | Scroll up/down [module information] |
| `alt-h/l` | Scroll right/left [kernel activities] |
| `ctrl-t/b, home/end` | Scroll to top/bottom [module list] |
| `ctrl-l/u, alt-c` | Clear the kernel ring buffer |
| `d, alt-d` | Display dependent modules |
| `[1]..[9]` | Jump to [1]..[9] dependent module |
| `[\], tab, backtab` | Show the next kernel information |
| `[/], s, enter` | Search a kernel module |
| `[+], i, insert` | Load a kernel module |
| `[-], u, backspace` | Unload the kernel module |
| `[x], b, delete` | Blacklist the kernel module |
| | |
|------------------------- |--------------------------------------- |
| `[?], F1` | Help |
| `right/left, h/l` | Switch between blocks |
| `up/down, k/j, alt-k/j` | Scroll up/down [selected block] |
| `pgup/pgdown` | Scroll up/down [kernel activities] |
| `</>` | Scroll up/down [module information] |
| `alt-h/l` | Scroll right/left [kernel activities] |
| `ctrl-t/b, home/end` | Scroll to top/bottom [module list] |
| `ctrl-l/u, alt-c` | Clear the kernel ring buffer |
| `[d], alt-d` | Show the dependent modules |
| `[1]..[9]` | Jump to a dependent module |
| `[\], tab, backtab` | Show the next kernel information |
| `[/], s, enter` | Search a kernel module |
| `[+], i, insert` | Load a kernel module |
| `[-], u, backspace` | Unload the kernel module |
| `[x], b, delete` | Blacklist the kernel module |
| `ctrl-r, alt-r` | Reload the kernel module |
| `y/n` | Execute/cancel the command |
| `c/v` | Copy/paste |
| `r, F5` | Refresh |
| `q, ctrl-c/d, ESC` | Quit |
| `y/n` | Execute/cancel the command |
| `c/v` | Copy/paste |
| `r, F5` | Refresh |
| `q, ctrl-c/d, ESC` | Quit |
## Features
@ -304,11 +304,11 @@ The status of a kernel module is shown on selection.
![Module Information](https://user-images.githubusercontent.com/24392180/76685957-b931e000-6628-11ea-8657-76047deee681.gif)
#### Displaying dependent modules
#### Displaying the dependent modules
Use one of `d, alt-d` to display all dependent modules of the selected module.
Use one of the `d, alt-d` keys to show all the dependent modules of the selected module.
![Displaying dependent modules](https://dummyimage.com/900x497/000/dddddd&text=Placeholder+for+displaying+dependent+modules)
![Displaying the dependent modules](https://dummyimage.com/900x497/000/dddddd&text=Placeholder+for+displaying+dependent+modules)
#### Jumping to dependent modules