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 28
|
Source: parcellite
Section: misc
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
intltool,
libappindicator-dev,
libgtk2.0-dev
Standards-Version: 4.1.5
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/rickyrockrat/parcellite
Vcs-Browser: https://salsa.debian.org/hle/parcellite
Vcs-Git: https://salsa.debian.org/hle/parcellite.git
Package: parcellite
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: lightweight GTK+ clipboard manager
Parcellite is a stripped down, basic-features-only clipboard manager
with a small memory footprint for those who like simplicity.
.
Features:
.
* Keeps a clipboard history.
* Various view options to display items the way you like it.
* Daemon mode; guard your clipboard contents when you close applications.
* Perform custom commands using clipboard contents.
|