https://github.com/bodrovis-learning/kruk_screenshots
A dead simple screenshot capturer script written in Rust
https://github.com/bodrovis-learning/kruk_screenshots
cli rust screenshots
Last synced: about 1 year ago
JSON representation
A dead simple screenshot capturer script written in Rust
- Host: GitHub
- URL: https://github.com/bodrovis-learning/kruk_screenshots
- Owner: bodrovis-learning
- License: other
- Created: 2023-12-16T12:46:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T13:52:00.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:21:24.698Z (about 1 year ago)
- Topics: cli, rust, screenshots
- Language: Rust
- Homepage: https://youtu.be/gva5UYcHVWM
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Screenshot capturer
A dead simple screenshot capturer script written in Rust. Run it, press `PrtScr` (`F9` on Mac), observe your screenshot in the the `screens` directory (the directory will be created automatically if it does not exist).
Dependencies:
* [Chrono](https://github.com/chronotope/chrono)
* [RDev](https://github.com/Narsil/rdev)
* [xcap](https://github.com/nashaofu/xcap)
*[Learn how this script was written](https://youtu.be/gva5UYcHVWM?feature=shared) (in Russian).*
## Overriding directory name
To override the screenshots directory, simply provide the desired name when running the program:
```
kruk_screenshots custom_dir
```
## Building
```
cargo build --release
```
## License
(c) [Ilya Krukowski](http://bodrovis.tech/), licensed under the [beer-ware license](https://fedoraproject.org/wiki/Licensing/Beerware).