mifetch

Crates.iomifetch
lib.rsmifetch
version0.1.2
created_at2026-01-17 22:29:03.137786+00
updated_at2026-01-18 16:13:08.864502+00
descriptionsmall fetch utility, written in ~28 lines of code. Made just for fun ;)
homepage
repositoryhttps://gitea.com/miviodev/mifetch
max_upload_size
id2051333
size198,769
mivio dev (miviodev)

documentation

README

MiFetch

Minimal fetch written in ~40 lines of code. Made just for fun

if you want to make custom ASCII, then you need open/create /etc/mifetch/ascii.txt and make ascii. To colorize in start every line add:

$1 - white

$2 - red

$3 - green

$4 - blue

$5 - cyan

$6 - yellow

$7 - purple

to add custom colors, you can add to colors (in 3 line) your colors.

Install

to install you need cargo:

cargo install mifetch

build

git clone https://gitea.com/miviodev/mifetch.git
cd mifetch
cargo build -r

binary in `target/release/

Commit count: 0

cargo fmt