aliazhar-id / awesome-flameshot

convert the screenshots taken by the Flameshot program into awesome image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



1 - INTRO


So, what kind of script is this?

This shell script, will convert the screenshots taken by the Flameshot program into awesome image. This script was built and ported from the Ruby script created by Bandithijo

⚠️ Note : Make sure the flameshot (v0.9.0+), xclip (0.13+) and imagemagick (7.0.11-5+) is already installed on your linux system



2 - SETUP


  • the simple steps needed to use this script, all you have to do is download the script
> wget https://raw.githubusercontent.com/berrabe/awesome-flameshot/master/awesome-flameshot
> chmod +x awesome-flameshot

  • and at the top of the script, there is a configuration that you can adjust according to your taste



3 - USAGE


  • All you have to do is run a simple command. And the rest, the script will do it for you. Make sure the flameshot program is already running in the background
> ./awesome-flameshot

  • and the output will be like this



About

convert the screenshots taken by the Flameshot program into awesome image

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%