software_checker

Crates.iosoftware_checker
lib.rssoftware_checker
version0.1.0
created_at2024-12-17 05:58:46.329536+00
updated_at2024-12-17 05:58:46.329536+00
descriptionA CLI tool to list your installed software
homepagehttps://github.com/Blasber15-hue/software_checker
repositoryhttps://github.com/Blasberg15-hue/software_checker
max_upload_size
id1485834
size9,878
(Blasberg15-hue)

documentation

https://docs.rs/software_checker

README

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
Commit count: 0

cargo fmt