Skip to content

taranvd/rust-sreenshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot capturer

A dead simple screenshot capturer script written in Rust. Run it, press PrtScr, and observe your screenshot in the screens directory (the directory will be created automatically if it does not exist).

Dependencies

  • Chrono: A date and time library for Rust.
  • RDev: Rust library for grabbing input events from keyboards and mice.
  • xcap: Cross-platform library for capturing screenshots.

Overriding directory name

To override the screenshots directory, simply provide the desired name when running the program:

rust-screenshots custom_dir

Building

cargo build --release

About

A dead simple screenshot capturer script written in Rust.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages