diff --git a/CHANGELOG.md b/CHANGELOG.md index 632bec08..6595092d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/content/usage/widgets/disk.md b/docs/content/usage/widgets/disk.md index 7288b36a..a7d789d9 100644 --- a/docs/content/usage/widgets/disk.md +++ b/docs/content/usage/widgets/disk.md @@ -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