Screenshot utility for Linux
Go to file
2018-09-11 17:05:25 -05:00
ci update check.sh 2018-09-10 23:18:19 -05:00
imlib2-sys move shit around 2018-09-11 16:58:16 -05:00
src #![deny(missing_docs)] 2018-09-11 17:05:25 -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 try build 2018-09-10 23:13:33 -05:00
Cargo.lock move shit around 2018-09-11 16:58:16 -05:00
Cargo.toml move shit around 2018-09-11 16:58:16 -05:00
Dockerfile try build 2018-09-10 23:13:33 -05:00
Dockerfile.check try build 2018-09-10 23:13:33 -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