Clipboard manager

A clipboard manager is a computer program that adds functionality to an operating system's clipboard. Many clipboards provide only one buffer for the "copy and paste" function, and it is 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 extended 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

Sharing clipboard contents remotely is sometimes done with pastebins.

Copy history

Some 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. Recent versions 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.

In different systems

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 an OpenOffice.org text document. 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.

Mac OS X

Mac OS X also has a host of third-party options for clipboard management.

CopyPaste was the first (1997) multiple clipboard utility, the only for many years and is still actively developed. (Shareware) CopyPaste was first reviewed in 1997 by Tidbits.[1]

Clipboard managers for Mac OS X use the Dock, status bar or Dashboard to integrate with the Mac Look and Feel.

Linux

The freedesktop.org Clipboard Manager specification[2] 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+.

The Linux 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.

List of clipboard software

Notable clipboard software include:

NameOperating SystemLicense
ClipXWindowsFreeware
DiodonUbuntu, UnityOpen Source (GPL)
GlipperBSD, Linux (GNOME)Open Source (LGPL)
KlipperUnix-like (KDE)Open Source (GPL)
ParcelliteBSD, Linux, OS XGNU GPL
ShapeshifterWindowsFreeware

References

  1. "TidBITS#364/03-Feb-97".
  2. "clipboard-manager-spec".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.