Re-use tui fork for now...

This commit is contained in:
ClementTsang 2019-12-06 23:48:38 -05:00
parent 6ac5812ffd
commit 3687a55330
2 changed files with 4 additions and 3 deletions

View file

@ -33,6 +33,8 @@ tokio = "0.2.0-alpha.4"
winapi = "0.3.8"
[dependencies.tui]
git = "https://github.com/ClementTsang/tui-rs"
# path = "../tui-rs"
version = "0.7"
default-features = false
features = ['crossterm']

View file

@ -5,17 +5,16 @@
A top clone, written in Rust. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop)
![Quick demo recording](assets/recording_1.gif)
_Note that the background you see is not part of the app, that's just because I use a slightly transparent terminal._
## Installation
### Linux
You can install by cloning and using `cargo build --release`, or download the pre-compiled binary in Releases. Note this needs the nightly toolchain if you are building.
You can install by cloning and using `cargo build --release`, or download the pre-compiled binary in Releases.
### Windows
You can currently install by cloning and building yourself. Note this needs the nightly toolchain if you are building.
You can currently install by cloning and building yourself. You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) for font support to work properly, unfortunately.
### MacOS