Screenshot utility for Linux
Go to file
2018-09-30 16:59:42 -05:00
ci a 2018-09-30 10:02:52 -05:00
imlib2 ... 2018-09-30 08:11:00 -05:00
src change color of box 2018-09-30 16:59:42 -05:00
xlib change color of box 2018-09-30 16:59:42 -05:00
.dockerignore separate crate for safe bindings 2018-09-10 20:31:25 -05:00
.gitignore separate crate for safe bindings 2018-09-10 20:31:25 -05:00
.travis.yml fix the name 2018-09-30 10:23:08 -05:00
Cargo.lock open a splash window instead 2018-09-30 15:43:50 -05:00
Cargo.toml open a splash window instead 2018-09-30 15:43:50 -05:00
LICENSE MIT 2018-09-10 01:53:55 -05:00
README.md update readme 2018-09-30 08:43:39 -05:00

leanshot

Screenshot-capturing utility.

Installation

So far, only installation from crates.io is supported:

cargo install leanshot

Binary distributions will soon be available on the releases page.

Example Integration

It's nice to have a script like:

#!/bin/bash
SCREENSHOT=$HOME/.cargo/bin/leanshot
# choose some file to save it to
FILE="/path/to/screenshot.png"
$SCREENSHOT $1 -o $FILE
# optional: copy to clipboard
XCLIP=/usr/bin/xclip
$XCLIP -selection clipboard -t image/png -i $FILE

Then, you can bind this script to the keybinds of your choice using your window manager's config.

Contact

Author: Michael Zhang

License: MIT