Screenshot utility for Linux
Go to file
Michael Zhang 6005bcc4c6
...
2018-09-30 08:09:27 -05:00
ci make it crates.io-friendly 2018-09-30 07:40:02 -05:00
imlib2 ... 2018-09-30 08:09:27 -05:00
src ... 2018-09-30 08:09:27 -05:00
xlib ... 2018-09-30 08:07:29 -05:00
.dockerignore separate crate for safe bindings 2018-09-10 20:31:25 -05:00
.drone.yml gtk 2018-05-29 18:38:45 -07:00
.gitignore separate crate for safe bindings 2018-09-10 20:31:25 -05:00
.travis.yml F 2018-09-30 07:33:11 -05:00
Cargo.lock ... 2018-09-30 08:09:27 -05:00
Cargo.toml ... 2018-09-30 08:09:27 -05:00
Dockerfile ... 2018-09-30 08:06:45 -05:00
LICENSE MIT 2018-09-10 01:53:55 -05:00
README.md update dockerfile 2018-09-10 03:44:10 -05:00

screenshot

Screenshot-capturing utility.

Installation

Check out the releases page.

Example Integration

#!/bin/bash
SCREENSHOT=$HOME/.cargo/bin/screenshot
$SCREENSHOT $1 --clipboard --output "$HOME/Screenshots/Screenshot_%Y%m%d-%H:%M:%S.png"

Building from Source

First, clone this repository. Then, run

cargo build

Happy hacking!

Contact

Author: Michael Zhang

License: MIT