Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T15:30:25.000Z (14 days ago)
- Last Synced: 2024-11-02T16:25:28.965Z (14 days ago)
- Topics: cli, rust, screenshots
- Language: Rust
- Homepage: https://youtu.be/gva5UYcHVWM
- Size: 46.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- 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).