Re-use tui fork for now...
This commit is contained in:
parent
6ac5812ffd
commit
3687a55330
|
@ -33,6 +33,8 @@ tokio = "0.2.0-alpha.4"
|
||||||
winapi = "0.3.8"
|
winapi = "0.3.8"
|
||||||
|
|
||||||
[dependencies.tui]
|
[dependencies.tui]
|
||||||
|
git = "https://github.com/ClementTsang/tui-rs"
|
||||||
|
# path = "../tui-rs"
|
||||||
version = "0.7"
|
version = "0.7"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ['crossterm']
|
features = ['crossterm']
|
||||||
|
|
|
@ -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)
|
A top clone, written in Rust. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop)
|
||||||
|
|
||||||

|

|
||||||
_Note that the background you see is not part of the app, that's just because I use a slightly transparent terminal._
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Linux
|
### 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
|
### 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
|
### MacOS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue