docs: update docs for disk sorting feature (#871)
* update changelog * update mkdocs
This commit is contained in:
parent
7f7d0cebf4
commit
2b3c76bf5a
|
@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- [#806](https://github.com/ClementTsang/bottom/pull/806): Update sysinfo to support M1 macOS temperature sensors.
|
||||
- [#841](https://github.com/ClementTsang/bottom/pull/841): Add page up/page down support for the help screen.
|
||||
- [#868](https://github.com/ClementTsang/bottom/pull/868): Make temperature widget sortable.
|
||||
- [#870](https://github.com/ClementTsang/bottom/pull/870): Make disk widget sortable.
|
||||
|
||||
## [0.6.8] - 2022-02-01
|
||||
|
||||
|
|
|
@ -22,12 +22,19 @@ The disk widget provides the following information:
|
|||
|
||||
Note that key bindings are generally case-sensitive.
|
||||
|
||||
| Binding | Action |
|
||||
| ------------------ | ------------------------------------ |
|
||||
| ++up++ , ++k++ | Move up within a widget |
|
||||
| ++down++ , ++j++ | Move down within a widget |
|
||||
| ++g+g++ , ++home++ | Jump to the first entry in the table |
|
||||
| ++G++ , ++end++ | Jump to the last entry in the table |
|
||||
| Binding | Action |
|
||||
| ------------------ | ------------------------------------------------------------------- |
|
||||
| ++up++ , ++k++ | Move up within a widget |
|
||||
| ++down++ , ++j++ | Move down within a widget |
|
||||
| ++g+g++ , ++home++ | Jump to the first entry in the table |
|
||||
| ++G++ , ++end++ | Jump to the last entry in the table |
|
||||
| ++d++ | Sort by disk, press again to reverse sorting order |
|
||||
| ++m++ | Sort by mount, press again to reverse sorting order |
|
||||
| ++u++ | Sort by amount used, press again to reverse sorting order |
|
||||
| ++n++ | Sort by amount free, press again to reverse sorting order |
|
||||
| ++t++ | Sort by total space available, press again to reverse sorting order |
|
||||
| ++r++ | Sort by read rate, press again to reverse sorting order |
|
||||
| ++w++ | Sort by write rate, press again to reverse sorting order |
|
||||
|
||||
## Mouse bindings
|
||||
|
||||
|
|
Loading…
Reference in New Issue