mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
[skip travis] Update README.
This commit is contained in:
parent
67c6984406
commit
674bf73b32
1 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -31,10 +31,10 @@ Details about each widget can be found [here](./docs/widgets.md).
|
|||
The compatibility of each widget and operating systems are, as of version 0.1.0, as follows:
|
||||
|
||||
| OS | CPU | Memory | Disks | Temperature | Processes | Networks |
|
||||
| -------------------------------- | --- | ------ | ----- | ----------- | --------- | -------- |
|
||||
| Linux (tested on Arch Linux) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Windows (tested on Windows 10) | ✓ | ✓ | ✓ | ✗ | ✓ | ✓ |
|
||||
| macOS (tested on macOS Catalina) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| ------------------------------------------------------ | --- | ------ | ----- | ----------- | --------- | -------- |
|
||||
| Linux (tested on Arch Linux, using Kitty Terminal) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Windows (tested on Windows 10, using Powershell) | ✓ | ✓ | ✓ | ✗ | ✓ | ✓ |
|
||||
| macOS (tested on macOS Catalina, using Kitty Terminal) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -188,7 +188,7 @@ Note that `q` is disabled while in the search widget.
|
|||
|
||||
- This project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop).
|
||||
|
||||
- This application was written with the following libraries:
|
||||
- This application was written with the following libraries, and would otherwise not be possible:
|
||||
|
||||
- [backtrace](https://github.com/rust-lang/backtrace-rs)
|
||||
- [chrono](https://github.com/chronotope/chrono)
|
||||
|
|
Loading…
Reference in a new issue