Screenshot-capturing utility.
You must have imlib2 and OpenGL installed. Fortunately, these are relatively common libraries.
Binary distributions are available on the releases page.
To install from crates.io, use:
cargo install leanshot
It's nice to have a script like:
```bash
SCREENSHOT=$HOME/.cargo/bin/leanshot
FILE="/path/to/screenshot.png" $SCREENSHOT $1 -o $FILE
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.
Author: Michael Zhang
License: MIT