A Neofetch clone written in Rust
- OS
- Host
- Model
- Kernel
- Uptime
- Packages in path
- Shell
- Resolution
- DE/WM
- GTK Theme
- GTK Icons
- Terminal
- CPU
- GPU(s)
- Memory usage
- Battery (if on computer thas has one)
- Users
- Local
- Disk
- Song
- Add Colors
- Allow customization
- Publish to cargo crates
- Publish to AUR
- Publish to a Debian repo
- Firstly, download and install Rust and Cargo using Rustup. (Cargo Version 1.57.0 or greater is reccomended)
- Then run the command
git clone https://github.com/Kara-Zor-El/rust-fetch.git
andcd rust-fetch
- Test to see if it works before installling it by running
cargo run
- After verifying tht it works do
cargo build
, thencp target/debug/rust-fetch ~/.cargo/bin
and verify it works withrust-fetch
- The Rust Core Dev team for their amazing Language
- dylanaraps - The developer of neofetch - Check it out Here!!!
- Esper89 for her help from the beginning <3 (Thank you Esper) - Check her GitHub out here!!!
- All crates used and their respective maintainers