Parcellite (Parcelle Lite) is a lightweight GTK+ clipboard manager.
You can checkout the latest version from SVN (must have subversion installed) with the following command:
svn co http://xyhthyx.googlecode.com/svn/trunk/parcellite parcellite
Feel free to leave comments about bugs or feature requests.
Installing:
python setup.py install
Use 'parcellite' to start or run it from
Applications->Accessories->Parcellite
Uninstalling:
python uninstall.py
Product's homepage
Here are some key features of "Parcellite":
· Automatically captures and saves clipboard/primary history.
· Sort, search through and organize items.
· Edit items and clipboard/primary contents.
· Save/Open backed up sessions.
· Option to launch on startup to capture quietly.
Requirements:
· gtk+
· PyGTK
What's New in This Release: [ read full changelog ]
New:
· Danish translation (by Kim Jensen).
· Czech translation (by Miloš Koutný).
· French translation (by Vincent Coiffier).
· Romanian translation (by Ovidiu D. Niţan).
Changes:
· Modified action execution code.
· Removed dependency on pthreads.
· Clear option clears clipboard and primary contents.
· Use accessor functions instead direct access (by Javier Jardon).
· Add missing include statements to silence gcc warnings (by Ludwig Nussel).
· Clipboard sync cannot be enabled unless both copy and primary are enabled.
· Empty clipboard and primary recovery no longer overwrites contents of other types.
· Removes newline characters (’n’) from the history menu entries (by Daniel Di Marco).