# KShare A [ShareX](https://getsharex.com/) inspired cross platform utility written with Qt. Originally written by [ArsenArsen](https://github.com/ArsenArsen) and here enhanced with [these](https://github.com/Gurkengewuerz/KShare/projects/1) features. ## Buildstatus (Arch, Ubuntu/Debian and Windows (MXE)) **master**|**dev** :-----:|:-----: [![Build Status](https://giteaci.mc8051.de/api/badges/Gurkengewuerz/KShare/status.svg?ref=refs/heads/master)](https://giteaci.mc8051.de/Gurkengewuerz/KShare)| [![Build Status](https://giteaci.mc8051.de/api/badges/Gurkengewuerz/KShare/status.svg?ref=refs/heads/dev)](https://giteaci.mc8051.de/Gurkengewuerz/KShare) [Artifacts](https://artifacts.mc8051.de/Gurkengewuerz/KShare) ## Screenshot Made with KShare itself, of course :) ![](https://i.imgur.com/oJrCNkq.png) ## 🎉 Features * ðŸ’ŧ open source * ðŸŠķ lightweight * 🖧 cross-platform * 🔍 magnifying lense for image capture * âŒĻïļ customizable keyboard shortcuts * ✒ïļ image annotation (_rectangle_, _ellipse_, _freehand_, _line_, _arrow_, _text_) * 📂 upload screenshots, files, clipboard or text * ðŸĪ color picker * ðŸ“Ī multiple destinations implemented (_imgur_, _gdrive_, _clipboard_) * 🔧 custom uploader (_works perfectly with ![**php_filehost**](https://github.com/Gurkengewuerz/php_filehost)_) * 🖌ïļ themes (_dark_, ![_breeze dark_, _breeze light_](https://github.com/Alexhuszagh/BreezeStyleSheets), ![_qdarkstyle_](https://github.com/ColinDuquesnoy/QDarkStyleSheet)) ## Usage Please note that KShare is not compatiable with Wayland due to some permission issues. Please use X.Org instead. ## Dependencies * Qt 5 Widgets * Qt 5 GUI * Qt 5 Network * Qt 5 Multimedia * Qt 5 X11Extras | Winextras * [QHotkey](https://github.com/Skycoder42/QHotkey) * libavformat * libavcodec * libavutil * libswscale Additionally, on Linux, you require: * XCB * XCB xfixes * XCB cursor * Notifications Daemon with org.freedesktop.notifications DBus support (like dunst) Despite the name implying so, this project does not depend on the KDE API at all. ## Install Download the development versions for Arch Linux, Ubuntu/Debian and Windows [here](https://artifacts.mc8051.de/Gurkengewuerz/KShare/dev/). The stable/master branch is available [here](https://artifacts.mc8051.de/Gurkengewuerz/KShare/master/). For other UNIX-like platforms, and MSYS2 (for Windows): You have to obtain the dependencies though. ```bash git clone --recursive https://github.com/Gurkengewuerz/KShare.git cd KShare qmake # Might be qmake-qt5 on your system make ``` On systems with FFMpeg pre-3.1 you need to apply `OlderSystemFix.patch` to `src/recording/encoders/encoder.cpp`. On systems with Qt pre-5.7 you need to install the Qt version from their website. You can attempt to `curl https://raw.githubusercontent.com/Gurkengewuerz/KShare/master/install.sh | bash` ###### Started on 19th of April 2017 by [ArsenArsen](https://github.com/ArsenArsen) to bring some attention and improvement to Linux screenshotting.