Flameshot – Open-source screenshot software
41–50 of 132 posts
Re: Flameshot – Open-source screenshot software
#42Is there any feature rich open source option for MacOS? I use and enjoy free shot on windows but I’ve struggled to find good options for the mac
Re: Flameshot – Open-source screenshot software
#43Having briefly tried it I have to say it's not as clear or easy to use as ShareX (another open-source screenshot tool). The monochrome icons are really not intuitive or easy to discern at a glance. Another commenter asks why it's not possible to trigger with the PrtScn key and I would also think that is an essential feature.
And configuring it to a the print screen button just involves assigning it, and in the case of Ubuntu, overriding system defaults.
Re: Flameshot – Open-source screenshot software
#44Is there any feature rich open source option for MacOS? I use and enjoy free shot on windows but I’ve struggled to find good options for the mac
Re: Flameshot – Open-source screenshot software
#45Re: Flameshot – Open-source screenshot software
#46I 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
#47Can 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.
Is that on Windows 11? The Windows 10 tool doesn't, though there is a PowerToys feature to select an area and copy text (not accurate enough to be useful though).
https://www.pcworld.com/article/2070861/windows-snipping-too...
I press Win+Shift+S then select the region of the text.
Re: Flameshot – Open-source screenshot software
#48I 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 /…
I forget, do you pay for bandwidth serving from S3 in this case? I have been looking for a good screenshot hosting solution to replace Cloudup, which was perfect and still usually works but I figure it might stop any day now. My only worry would be the unlikely case of a surprise high bill from a screenshot gone viral or something along those lines.
Re: Flameshot – Open-source screenshot software
#49Is there any feature rich open source option for MacOS? I use and enjoy free shot on windows but I’ve struggled to find good options for the mac
Re: Flameshot – Open-source screenshot software
#50Can 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.