jtheoof / swappy

A Wayland native snapshot editing tool, inspired by Snappy on macOS
MIT License
1.04k stars 39 forks source link

Praise #178

Open dagbdagb opened 4 months ago

dagbdagb commented 4 months ago

No issue.

I just wanted to thank you for swappy, @jtheoof . It is exactly the screenshot tool I want. It even permits a config-file to preselect my preferred UI choices. It truly is perfect, and my only complaint is that I spent time trying other tools before I found swappy.

jankatins commented 1 month ago

I used other screenshot tools before and ended up at flameshot, but I had a lot of problems to get it running with wayland. I actually thought it would be nice to use the default screenshot tools (gnome-screenshot) with some editor and was disapointed that there is none--until I found swappy :-)

Now NOW=$(date '+%s'); gnome-screenshot -a -f /tmp/$NOW.png; swappy -f /tmp/$NOW.png is my new screenshot line.

NormTurtle commented 3 weeks ago

i use something similar its dash -c "gnome-screenshot --area --include-pointer -f /tmp/gnome-ss.png && swappy -f /tmp/gnome-ss.png -o /home/omi/pix/ss/$(date +"%H:%M:%S-%b%d-%a").png "

NormTurtle commented 3 weeks ago

for some reason without dash it wasnt workign properly for me extra/gnome-screenshot is required for this to work