Crates.io | fetchatui |
lib.rs | fetchatui |
version | 0.1.1 |
source | src |
created_at | 2023-12-08 06:16:50.883342 |
updated_at | 2023-12-08 06:49:56.321165 |
description | A real time system information command written in Ratatui |
homepage | |
repository | |
max_upload_size | |
id | 1061645 |
size | 34,196 |
Method 1: You will need the rust toolchain to install. If you don't have it already:
If you are on Linux or MacOS:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
If you are on Windows:
winget install --exact --id Rustlang.Rustup
And then do:
cargo install --git https://github.com/aldorithms/fetchatui.git
Method 2: In your repository folders:
git clone https://github.com/aldorithms/fetchatui.git
cd fetchatui
cargo run --release