A Handy little buddy to ask if a file is ok
Heavily inspired by this reddit post
Go to the Releases page, download the latest installer and run it
To uninstall go to:
Settings > Apps > Apps & features
Search for ask-ahmed and press Uninstall
Go to the installation folder (by default C:\Program Files\ask-ahmed) and edit the settings.ini file
To compile the program yourself, install the Rust compiler toolchain (available here), and then run the following commands
git clone https://github.com/ErmitaVulpe/ask-ahmed
cd ask-ahmed
cargo b -rThe compiled program will be at target/release/ask-ahmed.exe
To generate the installer you will need the Wix toolset v3 which you can download here, and the cargo-wix tool
# To download cargo-wix
cargo install cargo-wix
# Then to compile
cargo wixThe compiled installer will be inside of target/wix/
This project is licensed under the MIT License — see the LICENSE file for details


