Flameshot – Open-source screenshot software
31–40 of 132 posts
Re: Flameshot – Open-source screenshot software
#32Works great on Linux using Wayland. There was a period years ago when that wasn't the case.
Re: Flameshot – Open-source screenshot software
#33Re: Flameshot – Open-source screenshot software
#34Works great on Linux using Wayland. There was a period years ago when that wasn't the case.
Re: Flameshot – Open-source screenshot software
#35Wouldn't it make more sense to separate the screenshot functionality and dump that into a separate editor - configurable which editor. Or do these utilities combine the functionality in some inseparable way?
Bonus, this was a piece of ‘bloatware’ an admin rebuilt my computer with, but I came to love.
Re: Flameshot – Open-source screenshot software
#36Re: Flameshot – Open-source screenshot software
#37I use the following script (activated by a system-level shortcut key) to take a screenshot, upload to S3 bucket (using the minio client[0]) and place the URL in the X selection buffer, ready to be pasted: #!/bin/bash set -e dbus-update-activation-environment DISPLAY XAUTHORITY FNAME=`cat /dev/urandom | tr -cd 'a-f0-9' | head -c 32`.png flameshot gui --raw > /tmp/$FNAME ~/go/bin/mc -q cp --attr x-amz-acl=public-read /…
Re: Flameshot – Open-source screenshot software
#38It's by no means as feature-rich as ShareX for Windows, but it works perfectly for what I need. It covers the essentials like simple annotations, blocking out areas of screenshots, saving local copies, etc.
I made some tweaks to support my own custom image uploader API, and similar to the comment by geoka9, I have it set up to take a screenshot, upload to my app, and copy the URL into my clipboard all behind a single shortcut.
Re: Flameshot – Open-source screenshot software
#39Can this do OCR? I couldn't find in feature list so I'm guessing not yet. I use Windows native screenshot tool because it supports OCR.