Screenshot utility for Linux
Find a file
Michael Zhang 491b096dc5
wrap slop
2018-05-14 18:03:30 -05:00
src wrap slop 2018-05-14 18:03:30 -05:00
.gitignore initial 2018-05-13 16:42:19 -05:00
Cargo.lock wrap slop 2018-05-14 18:03:30 -05:00
Cargo.toml wrap slop 2018-05-14 18:03:30 -05:00
LICENSE initial 2018-05-13 16:42:19 -05:00
README.md wrap slop 2018-05-14 18:03:30 -05:00

screenshot

Screenshot-capturing utility. Selection isn't fully implemented, so it's disabled for now.

Bindings for slop have been generated by bindgen.

Installation

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