1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: clipit
Section: misc
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper-compat (= 12)
,intltool
,libayatana-appindicator3-dev
,libgtk-3-dev
Standards-Version: 4.1.4
Homepage: https://github.com/CristianHenzel/ClipIt
Vcs-Browser: https://salsa.debian.org/debian/clipit
Vcs-Git: https://salsa.debian.org/debian/clipit.git
Package: clipit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, xdotool
Description: lightweight GTK+ clipboard manager
Clipboard manager with features such as:
* Save history of your last copied items
* Search through the history
* Global hotkeys for most used functions
* Execute actions with clipboard items
* Exclude specific items from history
.
ClipIt was forked from Parcellite and adds many bugfixes and features to the
project. For a full list of changes see either the ChangeLog in the package
or http://clipit.rspwn.com/changelog/
|