colorful-uname
Another tool you didn't know you want
Examples:
Building and installation:
Build process depends on RUST
Building
git clone https://github.com/S0raWasTaken/colorful-uname
cd colorful-uname
cargo build --release
Installation
# I will assume you are on the repo's main folder
sudo mv target/release/unamec /usr/local/bin/unamec
Extra:
You could add an alias to your uname, so that it will always be colorful
This can be done by adding this line to the end of your ~/.bashrc
, ~/.zshrc
or your aliases file
alias uname=unamec