small fetch utility. Made just for fun ;)
This repository has been archived on 2026-09-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-09-08 23:16:18 +03:00
src update get specs logic 2026-01-18 19:02:36 +03:00
.gitignore initial 2026-01-17 14:27:49 -03:00
ascii.txt add colors 2026-01-17 19:19:09 -03:00
Cargo.lock s 2026-01-18 19:13:02 +03:00
Cargo.toml to crates.io 2026-01-18 19:12:06 +03:00
image.png update README, add image 2026-01-18 19:06:23 +03:00
LICENSE Add LICENSE 2026-01-17 17:29:15 +00:00
README.md fix: fix md in readme 2026-09-08 23:16:18 +03:00

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/