2017-06-19 01:40:55 +02:00
2017-06-17 09:29:32 +02:00
2017-06-19 01:40:55 +02:00
2017-06-16 17:31:15 +02:00
2017-06-16 16:21:22 +02:00
2017-06-16 11:44:41 +02:00
2017-05-10 21:44:51 +02:00
2017-05-10 22:14:05 +02:00
2017-06-19 01:40:55 +02:00
2017-06-07 19:54:54 +02:00
2017-05-10 21:44:51 +02:00
2017-06-16 22:47:17 +02:00

Flameshot

image

Powerfull yet simple to use screenshot software.

Usage Preview

image

Index

Features

  • Customizable appearance.
  • Easy to use.
  • In-app screenshot edition.
  • DBus interface.
  • Upload to Imgur.

Usage

Example commands:

  • capture with GUI:

flameshot gui

  • capture with GUI with custom save path:

flameshot gui -p ~/myStuff/captures

  • fullscreen capture (asking savepath):

flameshot full

  • fullscreen capture with custom save path (no GUI):

flameshot full -p ~/myStuff/captures

  • fullscreen capture with custom save path copying to clipboard:

flameshot full -c -p ~/myStuff/captures

In case of doubt choose the first or the second command as shortcut in your favorite desktop environment.

A systray icon will be in your system's panel while Flameshot is running. Do a right click on the tray icon and you'll see some menu items to open the configuration window and the information window. Check out the information window to see all the available shortcuts in the graphical capture mode.

Considerations

  • Not working on Wayland

  • If you are using Gnome you need to install the TopIcons extension in order to see the systemtray icon.

  • In order to speed up the first launch of Flameshot (DBus init of the app can be slow), consider starting the application automatically on boot.

  • Press Enter or Ctrl + C when you are in a capture mode and you don't have an active selection and the whole desktop will be copied to your clipboard!

Compilation

Debian

Dependencies:

apt install -y git g++ build-essential qt5-qmake qt5-default

Compilation: run qmake && make in the main directory.

Fedora

Dependencies:

dnf install -y qt5-devel gcc-c++ git qt5-qtbase-devel

Compilation: run qmake-qt5 && make in the main directory.

Arch

Dependencies:

pacman -S git qt5-base base-devel

Compilation: run qmake && make in the main directory.

Install

Simply use make install with privileges.

License

Acknowledgment

I really appreciate those who have shown interest in the develpment process:

  • Cosmo.
  • ismatori.
  • The members of the Sugus GNU/Linux association.
Description
No description provided
Readme GPL-3.0 25 MiB
Languages
C++ 89.7%
CMake 6.1%
Shell 2.8%
Roff 1.1%
C 0.2%
Other 0.1%