Satty
Satty - a Screenshot Annotation Tool inspired by Swappy and Flameshot.
Install
You can get the official Arch Linux package from the AUR:
yay -S satty-bin
.. or build from source:
cargo build --release
Usage
Start by providing a filename or a screenshot via stdin and annotate using the available tools. Save to clipboard or file when finished. Tools and Interface have been kept simple.
wlroots based compositors (Sway et. al.)
You can bind a key to the following command:
grim -g "$(slurp -o -c '#ff0000ff')" - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
License
The source code is released under the MPL-2.0 license.