You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
Source: copyq
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Lukas Holecek <hluk@email.cz>
|
|
Build-Depends: debhelper (>= 9), cmake
|
|
,qtbase5-private-dev
|
|
,qtscript5-dev
|
|
,qttools5-dev
|
|
,qttools5-dev-tools
|
|
,libqt5svg5-dev
|
|
,libxfixes-dev
|
|
,libxtst-dev
|
|
Standards-Version: 3.9.7
|
|
Homepage: https://hluk.github.io/CopyQ/
|
|
Vcs-Browser: https://github.com/hluk/CopyQ
|
|
Vcs-Git: https://github.com/hluk/CopyQ.git
|
|
|
|
Package: copyq
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, libqt5svg5
|
|
Description: Advanced clipboard manager with editing and scripting features
|
|
CopyQ monitors system clipboard and saves its content in customized tabs.
|
|
Saved clipboard can be later copied and pasted directly into any application.
|
|
.
|
|
Items can be:
|
|
* edited with internal editor or with preferred text editor,
|
|
* moved to other tabs,
|
|
* drag'n'dropped to applications,
|
|
* marked with tag or a note,
|
|
* passed to or changed by custom commands,
|
|
* or simply removed.
|
|
.
|
|
Features:
|
|
* Support for Linux, Windows and OS X 10.9+
|
|
* Store text, HTML, images or any other custom formats
|
|
* Quickly browse and filter items in clipboard history
|
|
* Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs
|
|
* Add notes or tags to items
|
|
* System-wide shortcuts with customizable commands
|
|
* Paste items with shortcut or from tray or main window
|
|
* Fully customizable appearance
|
|
* Advanced command-line interface and scripting
|
|
* Ignore clipboard copied from some windows or containing some text
|
|
* Support for simple Vim-like editor and shortcuts
|
|
* Many more features
|