Go to file
ArsenArsen f980ef8904 Add content disposition editing support 2017-07-12 20:12:17 +02:00
AppVeyor Add usage hints 2017-07-09 21:04:21 +02:00
QHotkey@91f3542b5d Now that QHotkey had a fix add keybind err handlin 2017-06-29 16:48:40 +02:00
colorpicker Logic errors 2017-07-10 16:33:04 +02:00
cropeditor Fix some clicks and overrides 2017-07-12 00:59:38 +02:00
docs We need stallman approval 2017-06-27 23:47:45 +02:00
icons Try two after reading the docs 2017-07-05 19:38:38 +02:00
io Add content disposition editing support 2017-07-12 20:12:17 +02:00
logs Add content disposition editing support 2017-07-12 20:12:17 +02:00
packages Fix a logic error 2017-07-07 16:26:00 +02:00
platformspecifics Fix compilation errors on OS X and picker on MSW 2017-07-09 14:23:52 +02:00
recording Add an installer 2017-07-11 16:24:36 +02:00
screenareaselector Fix an error with ScreenAreaSelector region saving 2017-07-10 23:16:20 +02:00
uploaders Add content disposition editing support 2017-07-12 20:12:17 +02:00
worker Implement recording [!tested] [prob. broken] [1AM] 2017-06-06 01:26:26 +02:00
.clang-format Implement the format conversion worker 2017-05-29 22:42:10 +02:00
.gitignore AppVeyor works now 2017-07-07 13:02:00 +02:00
.gitmodules Remove gif-h 2017-06-13 12:32:55 +02:00
.travis.yml Add usage hints 2017-07-09 21:04:21 +02:00
KShare.pro Add content disposition editing support 2017-07-12 20:12:17 +02:00
LICENSE Initial 2017-04-23 15:05:48 +02:00
OlderSystemFix.patch Workaround for older systems 2017-06-29 19:50:06 +02:00
README.md Add an installer 2017-07-11 16:24:36 +02:00
aboutbox.cpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
aboutbox.hpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
aboutbox.ui I hoped this fixes video uploading but nope 2017-06-27 23:44:31 +02:00
filenamevalidator.cpp Add a filename resolution method 2017-07-05 12:05:55 +02:00
filenamevalidator.hpp Add a filename resolution method 2017-07-05 12:05:55 +02:00
formats.cpp While at it, add MP4. Gif fixed tommorow 2017-06-13 01:18:18 +02:00
formats.hpp While at it, add MP4. Gif fixed tommorow 2017-06-13 01:18:18 +02:00
formatter.cpp Rewrite in order to support user-selected formats 2017-06-06 17:05:34 +02:00
formatter.hpp Rewrite in order to support user-selected formats 2017-06-06 17:05:34 +02:00
hotkeying.cpp Fix a logic error 2017-07-07 16:26:00 +02:00
hotkeying.hpp Hey it only took me two days to fix a segfault!!!! 2017-06-04 01:04:42 +02:00
hotkeyinputdialog.cpp Add a way to unbind keys (delete the bind) 2017-06-29 16:33:28 +02:00
hotkeyinputdialog.hpp Better hotkey input 2017-06-27 12:46:35 +02:00
hotkeyinputdialog.ui Better hotkey input 2017-06-27 12:46:35 +02:00
icon.qrc Fix app icon on Windows 2017-07-05 19:24:53 +02:00
icon.rc Take three 2017-07-05 19:41:41 +02:00
install.sh Add an installer 2017-07-11 16:24:36 +02:00
main.cpp Add content disposition editing support 2017-07-12 20:12:17 +02:00
mainwindow.cpp Make notification clicks only show the window 2017-07-10 21:47:04 +02:00
mainwindow.hpp Fix filename validity check 2017-07-05 12:36:44 +02:00
mainwindow.ui Add an installer 2017-07-11 16:24:36 +02:00
notifications.cpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
notifications.hpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
platformbackend.hpp I forgot Mac is Unix too 2017-07-09 14:27:04 +02:00
screenshotter.cpp Fix a memory leak with the crop editor 2017-07-02 20:51:15 +02:00
screenshotter.hpp Add active window capture 2017-06-27 11:33:11 +02:00
screenshotutil.cpp Add usage hints 2017-07-09 21:04:21 +02:00
screenshotutil.hpp Add usage hints 2017-07-09 21:04:21 +02:00
settings.cpp Add an installer 2017-07-11 16:24:36 +02:00
settings.hpp Add an installer 2017-07-11 16:24:36 +02:00
settingsdialog.cpp Add a filename resolution method 2017-07-05 12:05:55 +02:00
settingsdialog.hpp Add editor position overrides 2017-07-03 21:29:03 +02:00
settingsdialog.ui Make the default name scheme Windows compatable 2017-07-04 22:35:34 +02:00

README.md

KShare

A ShareX inspired cross platform utility written with Qt.

Linux Windows OS X
Build Status Build status Build Status

Screenshot

Made with KShare itself, of course :)

Usage

See the wiki.

Dependencies

  • Qt 5 Widgets
  • Qt 5 GUI
  • Qt 5 Network
  • Qt 5 X11Extras | Winextras
  • QHotkey
  • libavformat
  • libavcodec
  • libavutil
  • libswscale

Despite the name implying so, this project does not depend on the KDE API at all.

Goals

See the projects

Install

Distro Link
Arch Linux (development) kshare-git
Ubuntu (development) Ubuntu .deb
Arch Linux kshare
Ubuntu Ubuntu .deb

I do plan to make a Debian packages.

For other UNIX-like platforms, and MSYS2 (for Windows):

You have to obtain the dependencies though.

git clone https://github.com/ArsenArsen/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 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/ArsenArsen/KShare/master/install.sh | bash

Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting.