xclipboard - X clipboard client
xclipboard [ -toolkitoption ... ] [ -w ] [ -nw ]
The xclipboard program is used to collect and display text selections
that are sent to the CLIPBOARD by other clients. It is typically used
to save CLIPBOARD selections for later use. It stores each CLIPBOARD
selection as a separate string, each of which can be selected. Each
time CLIPBOARD is asserted by another application, xclipboard transfers
the contents of that selection to a new buffer and displays it in the
text window. Buffers are never automatically deleted, so you'll want
to use the delete button to get rid of useless items.
Since xclipboard uses a Text Widget to display the contents of the
clipboard, text sent to the CLIPBOARD may be re-selected for use in
other applications. xclipboard also responds to requests for the
CLIPBOARD selection from other clients by sending the entire contents
of the currently displayed buffer.
An xclipboard window has the following buttons across the top:
quit When this button is pressed, xclipboard exits.
delete When this button is pressed, the current buffer is deleted and
the next one displayed.
new Creates a new buffer with no contents. Useful in constructing
a new CLIPBOARD selection by hand.
save Displays a File Save dialog box. Pressing the Accept button
saves the currently displayed buffer to the file specified in
the text field.
next Displays the next buffer in the list.
previous
Displays the previous buffer.
The xclipboard program accepts all of the standard X Toolkit command
line options as well as the following:
-w This option indicates that lines of text that are too long to
be displayed on one line in the clipboard should wrap around to
the following lines.
-nw This option indicates that long lines of text should not wrap
around. This is the default behavior.
In order to specify resources, it is useful to know the hierarchy of
the widgets which compose xclipboard. In the notation below,
indentation indicates hierarchical structure. The widget class name is
given first, followed by the widget instance name.
XClipboard xclipboard
Form form
Command Quit
Command delete
Command new
Command Save
Command next
Command prev
Label index
Text text
TransientShell fileDialogShell
Dialog fileDialog
Label label
Command accept
Command cancel
Text value
TransientShell failDialogShell
Dialog failDialog
Label label
Command continue
Text is copied to the clipboard whenever a client asserts ownership of
the CLIPBOARD selection. Text is copied from the clipboard whenever a
client requests the contents of the CLIPBOARD selection. Examples of
event bindings that a user may wish to include in a resource
configuration file to use the clipboard are:
*VT100.Translations: #override \
<Btn3Up>: select-end(CLIPBOARD) \n\
<Btn2Up>: insert-selection(PRIMARY,CLIPBOARD) \n\
<Btn2Down>: ignore ()
X(7), xcutsel(1), xterm(1), individual client documentation for how to make a selection and send it to the CLIPBOARD.
DISPLAY to get the default host and display number.
XENVIRONMENT
to get the name of a resource file that overrides the global
resources stored in the RESOURCE_MANAGER property.
/etc/X11/app-defaults/XClipboard
specifies required resources
Ralph R. Swick, DEC/MIT Project Athena Chris D. Peterson, MIT X Consortium Keith Packard, MIT X Consortium
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.