diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 827e2006..6899493e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,3 +10,5 @@ assignees: "" Please describe what behaviour you are looking for, the motivation for it, and use cases for where this feature would be helpful. Try to be clear and concise - more details are usually helpful, but don't ramble on too much. + +Also try to see if this feature already exists first [in the documentation](https://clementtsang.github.io/bottom/). diff --git a/README.md b/README.md index fb04aa23..7275c822 100644 --- a/README.md +++ b/README.md @@ -21,31 +21,38 @@ As (yet another) process/system visualization and management application, bottom - Graphical visualization widgets for: - - CPU usage over time, at an average and per-core level - - RAM and swap usage over time - - Network I/O usage over time + - [CPU usage](https://clementtsang.github.io/bottom/usage/widgets/cpu/) over time, at an average and per-core level + - [RAM and swap usage](https://clementtsang.github.io/bottom/usage/widgets/memory/) over time + - [Network I/O usage](https://clementtsang.github.io/bottom/usage/widgets/network/) over time with support for zooming in/out the current time interval displayed. -- Widgets for displaying info about disk capacity/usage, temperature sensors, and battery. +- Widgets for displaying info about: -- A widget for displaying, sorting, and searching info about processes, as well as support for: + - [Disk capacity/usage](https://clementtsang.github.io/bottom/usage/widgets/disk/) + - [Temperature sensors](https://clementtsang.github.io/bottom/usage/widgets/temperature/) + - [Battery usage](https://clementtsang.github.io/bottom/usage/widgets/battery/) + +- [A process widget](https://clementtsang.github.io/bottom/usage/widgets/process/) for displaying, sorting, and searching info about processes, as well as support for: - Kill signals - Tree mode - Cross-platform support for Linux, macOS, and Windows, with more planned in the future. -- Customizable behaviour that can be controlled with command-line flags or a config file, such as: +- [Customizable behaviour](https://clementtsang.github.io/bottom/configuration/command-line-flags/) that can be controlled with command-line flags or a config file, such as: - Custom and pre-built colour themes - Changing the default behaviour of some widgets - Changing the layout of widgets - Filtering out entries in disk and temperature widgets -- And some other nice stuff, like: - - An htop-inspired basic mode - - Expanding widgets of interest +- Some other nice stuff, like: + + - [An htop-inspired basic mode](https://clementtsang.github.io/bottom/usage/basic-mode/) + - [Expansion, which focuses on just one widget](https://clementtsang.github.io/bottom/usage/general-usage/#expansion) + +- And more! You can find more details in [the documentation](https://clementtsang.github.io/bottom/usage/general-usage/). @@ -226,7 +233,10 @@ The release binaries are packaged with shell auto-completion files for bash, fis You can run bottom using `btm`. -For help on flags, use `btm -h` for a quick overview or `btm --help` for more details. You can find more information on usage in the [documentation](https://clementtsang.github.io/bottom/). +- For help on flags, use `btm -h` for a quick overview or `btm --help` for more details. +- For info on key and mouse bindings, refer to the [documentation](https://clementtsang.github.io/bottom/) or press `?` inside bottom. + +You can generally find more information on usage in the [documentation](https://clementtsang.github.io/bottom/). ## Configuration diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 18a1ff2b..addf8479 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -122,10 +122,10 @@ nav: - "Widgets": - "CPU Widget": usage/widgets/cpu.md - "Memory Widget": usage/widgets/memory.md + - "Network Widget": usage/widgets/network.md - "Process Widget": usage/widgets/process.md - "Disk Widget": usage/widgets/disk.md - "Temperature Widget": usage/widgets/temperature.md - - "Network Widget": usage/widgets/network.md - "Battery Widget": usage/widgets/battery.md - "Basic Mode": usage/basic-mode.md - "Configuration":