Flameshot – Open-source screenshot software
81–90 of 132 posts
Re: Flameshot – Open-source screenshot software
#82I 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
#83This is my screencap tool - the 'pin' feature is particularly useful when debugging things. One minor annoyance is it struggles with DPI scaling across screens (i.e. multi-screen with different scaling factors on different screens). There's a long thread on github with workarounds.
Re: Flameshot – Open-source screenshot software
#84For screenshots I use 'scrot' and then open the image in gimp if I need to crop or edit further. Seems very simple to me and avoids browsers, cloud storage, and other potential pitfalls. https://github.com/resurrecting-open-source-projects/scrot
Re: Flameshot – Open-source screenshot software
#85I use it nearly everyday for something e.g. posting snap of a code snippet or anything in slack to putting these clips in docs.
EDIT: Just tried Flameshot and loved that I can draw while taking a snap, instead of opening a new window and do the drawing in that. Looks like this is going to replace Win+Shift+S for me.
Re: Flameshot – Open-source screenshot software
#86FYI, [Win + Shift + S] is quickest way in windows to copy selected area to clipboard, if that's all you need. I use it nearly everyday for something e.g. posting snap of a code snippet or anything in slack to putting these clips in docs. EDIT: Just tried Flameshot and loved that I can draw while taking a snap, instead of opening a new window and do the drawing in that. Looks like this is going to replace Win+Shift+S…
Re: Flameshot – Open-source screenshot software
#87The UI and features look well-polished. I use ShareX, another open-source tool but only available for Windows. However, a crucial feature for me is quick screen recording (GIF or MP4), which Flameshot seems to lack. Does it have this feature? It's not mentioned on the landing page.
You just resize Peek‘s transparent window over the part of the screen that you want and hit record
Re: Flameshot – Open-source screenshot software
#88Re: Flameshot – Open-source screenshot software
#89Spectacle from KDE and Flameshot both really good .
Also on i3 spectacle is sometimes buggy, it misfires or loses the capture.
Re: Flameshot – Open-source screenshot software
#90I'll have to have a look at this next time I'm on a Linux desktop, as I found the options lacking compared to ShareX last time I looked.