Skip to content

A 1MB binary to create a tray that can start/stop a auto screen shotter to take a fullscreen of every screen at every 60 seconds. Every file are stored at a folder with current date.

Cauen/auto-screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Rust Auto Screen Shotter

A 1MB binary to create a tray that can start/stop a auto screen shotter to take a fullscreen of every screen at every 60 seconds. Every file are stored at a folder with current date.

📦 <project root>
└ 📜 auto-screen-shotter.exe <binary>
└ 📂 images
 ├ 📂 2024-04-01
 │  ├ 📜 2024-04-01_11-57-53.png
 │  └ 📜 2024-04-01_11-58-53.png
 │  └ 📜 ...
 ├ 📂 ... 

Release

cargo build --release

Release windows without console

cargo rustc --release -- -Clink-args="/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"

Dev

cargo run

About

A 1MB binary to create a tray that can start/stop a auto screen shotter to take a fullscreen of every screen at every 60 seconds. Every file are stored at a folder with current date.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages