Skip to content

billvanleeuwen424/neofetch-lite-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neofetch-lite Rust Clone

A 'lite' version of neofetch. Just a toy personal exercise in Rust.

Screenshot

Description

See my blog on this topic.

Dependencies

Rust and Cargo installed

Installing

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-rust

License

This project is licensed under the terms of the GNU GENERAL PUBLIC LICENSE. - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages