Add Flameshot app

pull/569/head
Botspot 4 years ago
parent fd00e25b76
commit 49553f542f

@ -0,0 +1,4 @@
Flameshot.org for creating the tool + all github contributors
CleanMachine1 for the install scripts and suggestion
Itai-Nelken for finding the .deb files for installing
Chunky-Milk for hosting the .deb file in their Github

@ -0,0 +1,5 @@
A simple tool to take screenshots of your screen or just parts of the screen. It is similar to Microsoft's Snipping Tool.
To launch: Menu -> Graphics -> Flameshot
To use: find the flameshot icon in your taskbar (system tray) and click it to open Flameshot.
To run in a terminal: flameshot

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

@ -0,0 +1,14 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -f flameshot_armhf.deb
wget -O flameshot_armhf.deb https://github.com/chunky-milk/raspbian-addons/raw/master/debian/pool/main/f/flameshot/flameshot_0.9.0-1_armhf.deb || error 'Failed to download flameshot deb file'
sudo apt install ./flameshot_armhf.deb -yf || error 'Failed to install flameshot'
rm -f flameshot_armhf.deb

@ -0,0 +1,14 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -f flameshot_arm64.deb
wget -O flameshot_arm64.deb https://github.com/chunky-milk/raspbian-addons/raw/master/debian/pool/main/f/flameshot/flameshot_0.9.0-1_arm64.deb || error 'Failed to download Flameshot deb file'
sudo apt install ./flameshot_arm64.deb -yf || error 'Failed to install flameshot'
rm -f flameshot_arm64.deb

@ -0,0 +1,10 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
sudo apt purge flameshot -y || error "Failed to uninstall flameshot package"

@ -0,0 +1 @@
https://flameshot.org/

@ -23,6 +23,7 @@ Downgrade Chromium|Internet
Eagle CAD|Editors
eDEX-UI|Eyecandy
Email Checker|Internet
Flameshot|Tools
FreeCAD|Editors
FreeTube|Multimedia
Geany Dark Mode|Eyecandy

Loading…
Cancel
Save