1 unstable release
new 0.1.0 | Dec 17, 2024 |
---|
#2256 in Command line utilities
4KB
Software Checker
software_checker
is a CLI tool written in Rust that lists installed software on a Windows system. It provides an option to choose between checking installed software under HKEY_LOCAL_MACHINE
or HKEY_CURRENT_USER
, and sorts the software alphabetically.
Installation
To install software_checker
, first ensure you have Rust and Cargo installed. Then, clone the repository and build the project:
git clone https://github.com/yourusername/software_checker.git
cd software_checker
cargo build --release
Use
cd target/release
software_checker.exe
Dependencies
~4MB
~71K SLoC