A dead simple screenshot capturer script written in Rust. Run it, press Ctrl+Shift+S, observe your screenshot in the the screens directory (the directory will be created automatically if it does not exist).
Dependencies:
- global-hotkey
- xcap
- windows-sys (for Windows, duh)
Learn how this script was written (in Russian).
To override the screenshots directory, simply provide the desired name when running the program:
kruk_screenshots custom_dir
cargo build --release
(c) Ilya Krukowski, licensed under the beer-ware license.