A command line program for detecting the current user's name and environment. A rust replacement for whoami
and hostname
with added features.
To install / update from crates.io:
bash
cargo install whome --force
To install / update from source:
bash
cargo install --path . --force
Documentation on how to use whome
can be found by running:
whome --help