Go to file
ArsenArsen 2ef75d7576 Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
QHotkey@040cf5ec0c Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
cropeditor Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
icons Initial 2017-04-23 15:05:48 +02:00
io Custom uploaders 2017-04-24 23:14:01 +02:00
uploaders Notifications 2017-04-25 22:17:36 +02:00
.gitignore Add auto saving. 2017-04-23 20:29:24 +02:00
.gitmodules Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
KShare.pro Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
LICENSE Initial 2017-04-23 15:05:48 +02:00
README.md Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
formatter.cpp Add auto saving. 2017-04-23 20:29:24 +02:00
formatter.hpp Add auto saving. 2017-04-23 20:29:24 +02:00
hotkeying.cpp Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
hotkeying.hpp Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
icon.qrc Initial 2017-04-23 15:05:48 +02:00
main.cpp Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
mainwindow.cpp Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
mainwindow.hpp Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
mainwindow.ui Hotkeys and crop improvements 2017-04-26 22:00:13 +02:00
notifications.cpp Notifications 2017-04-25 22:17:36 +02:00
notifications.hpp Notifications 2017-04-25 22:17:36 +02:00
rendererwindow.cpp Initial 2017-04-23 15:05:48 +02:00
rendererwindow.hpp Initial 2017-04-23 15:05:48 +02:00
screenshotter.cpp Delay code cleanup 2017-04-25 22:36:33 +02:00
screenshotter.hpp Delay code cleanup 2017-04-25 22:36:33 +02:00
screenshotutil.cpp Initial 2017-04-23 15:05:48 +02:00
screenshotutil.hpp Fix a silly compile error 2017-04-23 17:07:44 +02:00
settings.cpp Initial 2017-04-23 15:05:48 +02:00
settings.hpp Initial 2017-04-23 15:05:48 +02:00

README.md

KShare

A ShareX clone written in Qt. Should be cross platform

Note: Windows users, stick to ShareX.

Dependencies

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

Goals

  • Same support for Windows, Linux and Mac (if I ever get testers)
  • Screenshotting:
    1. Fullscreen, [target: 1.0] [done]
    1. Area; [target: 1.0] [done]
  • Screen recording, same options as above:
    1. WebM
    1. GIF (nopls)
  • Custom uploader support [target: 1.0] [done]
  • Default uploaders, including:
    1. imgur [target: 1.0] [done]
    1. Clipboard (not an uploader) [target: 1.0] [done]
    1. (S)FTP
  • Oh, and a good icon. [looks good to me, but to noone else]

Wayland Support

If it's requested enough, I will make a pull request towards QHotkey to support Wayland. Or open an issue, depending on my mood. But Qt should still work on Wayland.

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