forked from michael/leanshot
Screenshot utility for Linux
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
screenshot
Screenshot-capturing utility. Selection isn't fully implemented, so it's disabled for now.
Bindings for slop
have been generated by bindgen
.
Installation
You need slop
(select operation, not the ruby one) installed in order to build this.
Make sure you have cargo installed. Then run
cargo install --git https://github.com/iptq/screenshot
Building from Source
First, clone this repository. Then, run
cargo build
Happy hacking!
Contact
Author: Michael Zhang
License: GNU GPL v3