A simple command line tool to find out the details of your computer. The name is inspired by the whoami command in Unix-like systems.
- Linux
- MacOS
- Rust and Cargo installed. You can install them from here.
# Clone the repository
git clone https://github.com/arjav0703/whereami.git
# Navigate to the project directory
cd whereami
# Run the application
cargo run
go run