Skip to content

Tigermouthbear/tigercapture

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

TigerCapture

An opensource screenshotting and file uploading tool for GNU/Linux. Supports uploading to Imgur and custom hosts using configuration similar to ShareX.

Installing

Arch

AUR package available as tigercapture at https://aur.archlinux.org/packages/tigercapture/

git clone https://aur.archlinux.org/tigercapture.git
cd tigercapture
makepkg -si

Other Distros

git clone --recursive https://github.com/Tigermouthbear/tigercapture.git
cd tigercapture
mkdir build && cd build
cmake ..
make
sudo make install

Dependencies

  • Qt5