fetchatui

Crates.iofetchatui
lib.rsfetchatui
version0.1.1
sourcesrc
created_at2023-12-08 06:16:50.883342
updated_at2023-12-08 06:49:56.321165
descriptionA real time system information command written in Ratatui
homepage
repository
max_upload_size
id1061645
size34,196
Aldo A. Avalos (aldorithms)

documentation

README

Fetchatui

Installation

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
Commit count: 0

cargo fmt