junjiemars / treefetch

🌳 A lightning-fast system fetch tool made with Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌳 treefetch

A lightning-fast minimalist system fetch tool made in Rust. Even faster than neofetch and pfetch. Made to practice my new Rust skills πŸ¦€.

A great pair for cbonsai, to help you get upvotes on your Linux rice.

treefetch

More trees with treefetch --bonsai and treefetch --xmas!

treefetch bonus trees

Rust

Install (Arch Linux)

  • yay -S treefetch-bin
  • paru -S treefetch-bin

Install (Debian/Ubuntu)

pacstall -I treefetch-bin

Install Pacstall here (basically AUR for Debian-based distros)

Install (Binary)

Download the latest binary release from the releases section.

Compiling Manually

To compile and install treefetch manually, you first need to install the Rust compiler. When you do it this way, treefetch will be automatically added to your PATH and you can run this program anywhere.

  • git clone https://github.com/angelofallars/treefetch
  • cd treefetch
  • cargo install --path .

cbonsai and treefetch

Usage

Usage:
  treefetch [options]

OPTIONS
  -b, --bonsai   Show a bonsai tree
  -x, --xmas     Show a Christmas tree
  -h, --help     Display this help message

Contributing

Just make sure to develop and make pull requests on the dev branch instead of the main branch.

Contribute to treefetch and get your awesome profile picture displayed here!

Made with contrib.rocks.

Supporting this project

This project is free and open-source and will always be that way.

If you like this project, please consider donating to help me improve this project even further.

Buy Me A Coffee

License

This program is licensed under the GPLv3 License.

About

🌳 A lightning-fast system fetch tool made with Rust.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%