KShare/README.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2017-04-23 15:05:48 +02:00
# KShare
A [ShareX](https://github.com/ShareX/) clone written in Qt. Should be cross platform
**Note:** Windows users, stick to ShareX.
2017-04-23 17:44:46 +02:00
## Dependencies
* Qt 5 Widgets
* Qt 5 GUI
* Qt 5 Network
2017-04-26 22:00:13 +02:00
* (QHotkey)[https://github.com/Skycoder42/QHotkey]
2017-04-23 17:44:46 +02:00
Despite the name implying so, this project does not depend on the KDE API at all.
2017-04-23 15:05:48 +02:00
## Goals
* Same support for Windows, Linux and Mac (if I ever get testers)
2017-04-26 22:31:04 +02:00
* Screenshotting: [done]
2017-04-26 22:00:13 +02:00
* 1. Fullscreen, [target: 1.0] [done]
* 2. Area; [target: 1.0] [done]
2017-04-26 22:31:04 +02:00
* Screen recording, same options as above: [target: 2.0]
2017-04-23 15:05:48 +02:00
* 1. WebM
2017-04-26 22:31:04 +02:00
* 2. GIF (nopls)
2017-04-26 22:00:13 +02:00
* Custom uploader support [target: 1.0] [done]
2017-04-23 15:05:48 +02:00
* Default uploaders, including:
2017-04-26 22:00:13 +02:00
* 1. imgur [target: 1.0] [done]
* 2. Clipboard (not an uploader) [target: 1.0] [done]
2017-04-26 22:31:04 +02:00
* 3. (S)FTP [target: 2.0]
2017-04-26 22:00:13 +02:00
* 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.
2017-04-23 15:05:48 +02:00
###### Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting.