iwismer / digikam-kdeconnect-plugin

A plugin to share images from digikam through KDE Connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigiKam KDE Connect Plugin

This is a simple plugin that allows sharing photos to other devices through KDE Connect.

This was based on the demo plugins found here: https://github.com/cgilles/digikam-plugins-demo

Motivation

I often find I want to send individual photos to my phone for posting to social media, or to send to a friend. This was a bit of a convoluded task before, as I had to right click the image, open it in the file manager, then right click it in the file manager and send it via KDE connect.

Known issues

  • This will probably horribly break if you don't have KDE connect installed
  • Not at all tested on anything except Linux

Building

Dependencies:

Notes:

  • plugins do not depend on KF5 framework.

Compilation:

# ./bootstrap.sh
# cd build
# make

Install:

# cd build
# sudo make install/fast

Uninstall:

# cd build
# sudo make uninstall

About

A plugin to share images from digikam through KDE Connect

License:GNU General Public License v3.0


Languages

Language:C++ 66.3%Language:CMake 31.7%Language:Shell 2.1%