Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.32 KB

File metadata and controls

39 lines (33 loc) · 1.32 KB

birdfetch

🐦 A very quick command-line system information tool written in Rust.

GitHub license GitHub stars
birdfetch is a neofetch-like applet. The idea is a Rust 🦀 implementation of Bunnyfetch which itself is inspired by Elena Pan's dotfiles.


Install

You can just run cargo install --git https://github.com/bilerden/birdfetch or if you prefer a binary, here you go.

Compile

bash ./setup.sh

or you can do it yourself:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/bilerden/birdfetch
cd birdfetch
cargo build --release

Usage

Just run birdfetch!

License

birdfetch is licensed under the MIT license.