mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 20:15:03 +01:00
update readme and changelog
This commit is contained in:
parent
1b7d3d60e2
commit
0d370fa7de
@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Add preliminary macOS support
|
||||
|
||||
## [0.2.0] - 2020-01-20
|
||||
|
||||
### Added
|
||||
|
23
README.md
23
README.md
@ -14,16 +14,16 @@
|
||||
|
||||
## Missing features
|
||||
|
||||
- Only works on Linux
|
||||
- macOS is missing temperatures, disks, and process commandline
|
||||
- Process filtering isn't implemented
|
||||
- Mouse usage isn't implemented
|
||||
- `rate` and `interfaces` cli args aren't implemented
|
||||
|
||||
## Installation
|
||||
|
||||
Currently only working on Linux with support planned for all major platforms.
|
||||
Currently working on Linux and macOS with support planned for all major platforms.
|
||||
|
||||
### Prebuilt binaries:
|
||||
### Prebuilt binaries
|
||||
|
||||
Run the following to run [this](https://github.com/japaric/trust/blob/gh-pages/install.sh) script to download the correct binary for your system from the releases tab into `~/.cargo/bin`, courtesy of [japaric/trust](https://github.com/japaric/trust):
|
||||
|
||||
@ -34,7 +34,18 @@ bash <(curl -LSfs https://japaric.github.io/trust/install.sh) \
|
||||
|
||||
Specify `--to` to change the download location.
|
||||
|
||||
### From source:
|
||||
### Arch Linux
|
||||
|
||||
Install `ytop`, `ytop-bin`, or `ytop-git` from the AUR.
|
||||
|
||||
### Homebrew
|
||||
|
||||
```bash
|
||||
brew tap cjbassi/ytop
|
||||
brew install ytop
|
||||
```
|
||||
|
||||
### From source
|
||||
|
||||
Latest release:
|
||||
|
||||
@ -48,10 +59,6 @@ Latest commit:
|
||||
cargo install -f --git https://github.com/cjbassi/ytop
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
||||
Install `ytop`, `ytop-bin`, or `ytop-git` from the AUR.
|
||||
|
||||
## Usage
|
||||
|
||||
### Keybinds
|
||||
|
Loading…
Reference in New Issue
Block a user