Skip to content

mehmetalicayhan/copy-manage

Repository files navigation

A simple QT based clipboard manager

You can see and manage your old copied datas

  • For now only support 'text' data
  • Qt 5.12 or higher

Show Detail :

Downloads and Installation

  • Go to release page and download .deb file

  • Open a terminal and enter following command

  sudo dpkg -i copymanage-1.0.0-b1.deb

Building from source code without QtCreator

  • Download or clone source code
  git clone https://github.com/mehmetalicayhan/copy-manage.git
  • Create build directory
  mkdir build
  • Go to build directory
  cd build
  • Enter following commands
  qmake ../
  make