Clipboard manager
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
A clipboard manager is a computer program that adds functionality to an operating system's clipboard. Many clipboards provide only one buffer, overwritten by each new "copy" operation. The main task of a clipboard manager is to store data copied to the clipboard in a way that permits richer use of the data.
Clipboard managers enhance the basic functions of cut, copy, and paste operations with one or more of the following features:
- multiple buffers and the ability to merge, split, and edit their contents
- selecting which buffer "cut" or "copy" operations should store data in
- selecting which buffer(s) "paste" operations should take data from
- handling formatted text, tabular data, data objects, media content, and URLs
- saving copied data to long term storage
- indexing or tagging of clipped data
- searching of saved data
Contents |
[edit] Copy history
| This section does not cite any references or sources. Please help improve this section by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2011) |
Most clipboard managers allow the user to keep multiple clipped objects, available for later use. Some keep a clipping history by automatically making a new buffer for each new cut or copy operation.
Some applications have an internal copy history feature. This has been a standard feature in UNIX editors like vi and emacs for some time.[when?] Recent versions[which?] of Microsoft Office have included the "Office Clipboard", a built-in clipboard manager, which operates as long as one of the Office suite applications is open.
[edit] Clipboard managers in different systems
[edit] Windows
The default Microsoft Windows clipboard manager enables pasting the copied data, even after an application is closed, by maintaining the clip buffer itself. Its copying and pasting operations are very versatile in what they permit to be transferred between applications. A range of cells clipped from an Excel sheet can be pasted as a table into MS Word, or OpenOffice.org. Formatted text clipped from a web page will become cells in an Excel sheet, a table in MS Word, or plain text in Text Edit. Windows does not offer a copy history feature. Users wanting this function use a third-party clipboard manager that replaces the default clipboard.
| Name | License |
|---|---|
| Clipboard History | Freeware |
| Clipboard Typist | Freeware |
| ClipX | Freeware |
| PasteCopy.NET | Freeware |
| Wlipper | Open Source (GPL) |
| Clipboard Manager | Freeware |
[edit] Mac OS X
Mac OS X also has a host of third-party options for clipboard management. Ten of them are presented in a 2009 review article. From this list are:
- ClipMenu[1] free?
- Clipper - dead link March 2011
- Clyppan[2] (commercial)
- JumpCut[3] free
- PTHPasteboard[4] (commercial)
- Savvy Clipboard[5] (commercial)
- iClip - product withdrawn from the market
- Clipboard Evolved[6] (commercial)
- Cute Clips[7] (commercial)
- Stuf[8] (commercial)
Clipboard managers for Mac OS X use the Dock, status bar or Dashboard to integrate with the Mac Look and Feel.
[edit] freedesktop.org
The freedesktop.org Clipboard Manager specification [9] describes a protocol layered on top of the ICCCM clipboard spec for client applications. A daemon process is responsible for storing clipboard contents. This daemon clipboard manager must be provided by the window manager running in the user's X session. The client-side specification has native support in a number of toolkits, including GTK+[10].
[edit] X Window System
The UNIX desktop environment KDE ships with Klipper.
GNOME provides a basic clipboard manager function as part of the gnome-control-center (accessed via the gnome-settings-daemon), that supports the freedesktop.org Clipboard Manager Specification. It is also possible to run other clipboard managers in GNOME, such as Klipper, Glipper, Parcellite[11], clipit or ACM[12].
[edit] See also
[edit] References
- ^ http://www.clipmenu.com/
- ^ Clyppan
- ^ http://jumpcut.sourceforge.net/
- ^ http://pth.com/products/pthpasteboard/
- ^ http://www.blitzclicksoft.com/products.php
- ^ http://www.machsoftwaredesign.com/clipboard.html
- ^ http://www.cuteclips3.com/
- ^ http://www.theescapers.com/stuf/index.html
- ^ freedesktop.org Clipboard Manager specification
- ^ GtkClipboard, GTK+ Reference Manual, GNOME Documentation Library
- ^ Parcellite
- ^ ACM