DerKuehneKollege / paste-and-elaste

Tool to archive and reuse clipboard content. Written in C++/Qt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PasteAndElaste

Tool to archive clipboard content. Written in C++/Qt.

Screenshot showing the main application

Credits

Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY.

Vision

  • Duplication detection, do not add the same content twice to the list (except it is older than x hours)
  • Search functionality
  • Hotkeys / Shortcuts
    • e.g. Ctrl+# to open program as a popup
    • e.g. Ctrl+1, Ctrl+2, ... to paste clipboard content from Slot 1, 2, ...
  • Copying images
  • Assistance and source code highlighting when copying source code
  • Preview when copying URLs
  • Persistence (using SQLite)

How to Build

Windows (x64), MinGW 7.3, Qt 5.12

After checkout, set In CMakeList.txt setup CMAKE_PREFIX_PATH to directory containing Qt (e.g. C:\Dev\\Qt\5.12.2\mingw73_64\lib\cmake)

IDE settings for CLion

Setup the Toolchain (Settings > Build, Execution, Deployment > Toolchains) according to the following screenshot: CLion config Toolchain

Setup CMake (Settings > Build, Execution, Deployment > CMake) according to the following screenshot:
CLion config CMake

Setup a Run configuration according to the following screenshot: CLion run configuration

References:

How to deploy?

To be researched.

Useful links

About

Tool to archive and reuse clipboard content. Written in C++/Qt.

License:GNU General Public License v3.0


Languages

Language:C++ 86.6%Language:CMake 11.4%Language:Batchfile 1.9%