mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +02:00
Update readme and travis
This commit is contained in:
parent
8cf895589b
commit
e369d16efd
16
.travis.yml
16
.travis.yml
@ -4,12 +4,10 @@ rust:
|
|||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
os:
|
os:
|
||||||
- windows
|
|
||||||
- osx
|
- osx
|
||||||
- linux
|
- linux
|
||||||
env:
|
env:
|
||||||
- RUST_BACKTRACE=1
|
- RUST_BACKTRACE=1
|
||||||
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then TARGET=x86_64-pc-windows-msvc; fi
|
|
||||||
jobs:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
@ -27,6 +25,20 @@ before_cache:
|
|||||||
- rm -rf /home/travis/.cargo/git
|
- rm -rf /home/travis/.cargo/git
|
||||||
- rm -rf /home/travis/.cargo/registry
|
- rm -rf /home/travis/.cargo/registry
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
include:
|
||||||
|
- name: Windows
|
||||||
|
env: RUST_BACKTRACE=1,TARGET=x86_64-pc-windows-msvc
|
||||||
|
os: windows
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
before_script: rustup target add $TARGET
|
||||||
|
script: -cargo build --release --target $TARGET
|
||||||
|
- cargo test --verbose
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
16
README.md
16
README.md
@ -66,7 +66,7 @@ Note that all options and keybindings on GitHub may reflect the current developm
|
|||||||
|
|
||||||
#### Processes, temperature, and disk panels
|
#### Processes, temperature, and disk panels
|
||||||
|
|
||||||
- ~~`dd` to kill the selected process~~ Currently disabled in repo
|
- `dd` to kill the selected process
|
||||||
|
|
||||||
- `c` to sort by CPU usage. Sorts in descending order by default. Press again to reverse sorting order.
|
- `c` to sort by CPU usage. Sorts in descending order by default. Press again to reverse sorting order.
|
||||||
|
|
||||||
@ -86,6 +86,20 @@ Note that all options and keybindings on GitHub may reflect the current developm
|
|||||||
|
|
||||||
- Scrolling currently only scrolls through the list if the panel is a table (Temperature, Disks, Processes).
|
- Scrolling currently only scrolls through the list if the panel is a table (Temperature, Disks, Processes).
|
||||||
|
|
||||||
|
## Widget Functionality
|
||||||
|
|
||||||
|
### CPU
|
||||||
|
|
||||||
|
### Memory
|
||||||
|
|
||||||
|
### Sensors
|
||||||
|
|
||||||
|
### Disk
|
||||||
|
|
||||||
|
### Network
|
||||||
|
|
||||||
|
### Processes
|
||||||
|
|
||||||
## Thanks, kudos, and all the like
|
## Thanks, kudos, and all the like
|
||||||
|
|
||||||
- As mentioned, this project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop) .
|
- As mentioned, this project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop) .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user