xifetch

Crates.ioxifetch
lib.rsxifetch
version2.0.1
sourcesrc
created_at2023-03-03 13:46:56.942125
updated_at2023-07-06 12:10:19.323394
descriptionxifetch is a neofetch alternative written in Rust.
homepage
repositoryhttps://github.com/user6879/xifetch-rs
max_upload_size
id799768
size9,506
akumarujon (akumarujon)

documentation

README

xifetch

Installation

Clone this repository:

git clone https://github.com/triistam/xifetch-rs

Enter to a folder:

cd xifetch-rs

Compile using cargo:

cargo build --release

Change your $PATH variable in ~/.shell_profile file.

  • shell_profile -> .bashrc, .zshrc etc.

or

Install using cargo.

cargo install xifetch

And xifetch will be stored on ~/.cargo/bin folder

Commit count: 17

cargo fmt