A 'lite' version of neofetch. Just a toy personal exercise in Rust.
See my blog on this topic.
Rust and Cargo installed
Compile from source, run executable as you would any other project
git clone git@github.com:billvanleeuwen424/neofetch-lite-rust.git
cd neofetch-lite-rust
cargo build --release
# do what you want here, but you could just
cargo run
# or take the executable and run it
mv target/release/neofetch-lite-rust wherever/you/want
./wherever/you/want/neofetch-lite-rustThis project is licensed under the terms of the GNU GENERAL PUBLIC LICENSE. - see the LICENSE.md file for details
