clipboard
Clipboard 1.1
Clipboard - A great and stylish quick way to jot down a note or a reminder more>>
Enhancements:
- Now has a scroll bar, smaller text to fit more, uses less CPU percentage, and several bugs were fixed.
- The text area also aligns with each page better than the last version.
Clipboarder 1.0
Clipboarder - Menubar app displays text contents of clipboard more>>
The Special memory where data is stored temporarily before being copied to another location.
CopyToClipboard
Java based command line tool that will help you copy the content of multiple files directly to the clipboard. more>>
CopyToClipboard is an excellent software which copies all the files you pass in to the clipboard. This is helpful when you have a lot of data -- at least Emacs bitches and moans when you try to copy a lot of text to the clipboard.
Usage: copytoclipboard + . Where the contents of s will be copied to the clipboard.
Files: Source, though really it's two files:
- CopyToClipboard.java
- Makefile
Clipboard Edit 2.0
Clipboard contents editor. more>>
You can save it as aclipping file or as a SimpleText file. Moreover, you can use severalfilters to clean up and convert text clipboard.
Clear Clipboard 1.5
Clear Clipboard is a powerful program that makes it quick and easy to easily and completely clear the clipboard. Useful for freeing RAM. more>>
Clear Clipboard 1.5 is a powerful program that makes it quick and easy to easily and completely clear the clipboard. Useful for freeing RAM.
Smart Clipboard 1.1
Smart Clipboard - Clipboard manager more>>
Previews of the clipboards are displayed in a menu.
Smart Clipboard allows you to manipulate with the clibpoards using user-defined keyboard shortcuts.
Enhancements:
- preview in the menubar (can be enabled in the preferences)
- keyboard shortcuts bug fixed and more robust code for shortcuts
- bugs connected with changing the number of clipboards fixed
- source code clean-up (will be published in one of the future versions)
- ability to change the number of clipboards directly from the preferences.

Clipboard Checker 1.0
Check what is on your clipboard. more>>
As the title states this app allows you to check you clipboard before you copy something new to it. It really helps when you are dealing with important figures and you want to make sure that you have already pasted something if have been distracted in the middle of your work.
Clipboard to HTML 0.6
Clipboard to HTML - Convert styled text on the clipboard to HTML more>>
The text from any FileMaker Pro database can be converted to HTML instantly.
It will convert styled text data on the clipboard to HTML tagged text. It especially useful for converting styled text in a database for use on the internet.
Optional parameters include:
You can choose the character to use in place of a bullet
You can choose wheter to use line breaks or paragraphs for return characters
THere is an option to have any underlined text treated as raw HTML--perfect for URLs!
Info to Clipboard 1.1
Info to Clipboard - Copy contact information to the clipboard more>>
If a contact record is open, that contacts information will be accessed by the script.
If the Address Book is open and a contact is selected, that contacts information will be accessed. If more than one contact is selected, the first contact selected will be used.
If no contact is selected, the script locates a contact by full name (fastest), partial name (first or last), nickname, company, or even by E-mail address. If your criteria result in a match on more than one contact (e.g., all contacts whose name is Smith) you will be given a list of contact names to choose from.
Network Clipboard 2.1.2
Network Clipboard is a feature-rich and trustworthy application which allows multiple computers to share clipboard contents. more>>
Network Clipboard 2.1.2 is a feature-rich and trustworthy application which allows multiple computers to share clipboard contents.
The clipboard stays synchronized with the system's clipboard, and supports multiple pages, saving previous clipboard data. Network Clipboard can automatically broadcast your clipboard contents over the local subnet, which other computers can subscribe to. This effectively allows two computers to stay synchronized without them ever connecting.
Clipboard Historian 10.1
Clipboard Historian - Track the history of your clipboard more>>
How would this be useful? Lets say you cut a large block of code/text, and before you paste it you accidentally copy something else. When this happens, just go to Clipboard Historian and click on the orignal snippet, and copy it back to the clipboard! Its that simple, and as always, easy and fast.
Now, Clipboard Historian is built on ultra-fast SQLite technology, allowing you to view, organize, and search your records a super-fast speed.
Enhancements:
- Single quotes now work properly in records.
- Timestamps now include seconds.
- Copying pictures that were captured close together now works.
- You can no longer add blank categories.
- Database file has been moved to the preferences folder, this means you can run Clipboard Historian from anywhere on your computer.
- Added help in the form of Lamtid! Look under the help menu.
ExtendedClipboard 1.0
ExtendedClipboard - REALbasic class extension more>>
ExtendedClipboard allows programs to examine all the data available on the clipboard, even if it is stored in an unknown type.
Works on Mac OS X and earlier and Windows. Only tested on Mac OS X and Windows XP. Windows support does not (yet) correctly handle the standard types, only those specifically registered by third party apps.
Clipboard Watcher 0.1d3
Clipboard Watcher is a professional and smart tool which is intended to be a one-trick-pony. It’s one trick is this. more>> <<less
Send Path to Clipboard 1.0
Send Path to Clipboard - Get the path of an item more>>
The script can also be used in conjunction with contextual menus.
Clipboard Scripts Lite 1.0
Clipboard Scripts Lite - a group of AppleScripts designed to automate small tasks that users perform frequently more>>
Clipboard Scripts use the clipboard as the basis for the tasks they perform. The clipboard is a part of the Mac OS which holds data when copying and pasting in different applications. When you select text in a document, and choose "Copy" from the "Edit" menu, the text is copied to the clipboard. The AppleScripts that make up "Clipboard Scripts" are built to perform various tasks to text data on the clipboard.
Clipboard Scripts are intended to be triggered from the Apple "Script Menu", which is included with Mac OS X. You may need to "activate" the script menu, if you havent done so already. This can be done by double clicking on the "Script Menu.menu" item in the "Applications > AppleScript" folder on your Mac OS X computer. Once you have done this, a script icon should appear in your menu bar at the top of the screen.
Scripts used in the scripts menu may be triggered from within any application.
Youll notice that a fairly wide range of scripts are installed by default. "Clipboard Scripts" help to extend that base set by providing additional useful functionality.
This solution includes the following scripts:
Add Prefix - Prompts for a prefix, and adds that prefix to the beginning of each paragraph on the clipboard. The modified text is then placed back on the clipboard to be pasted into the desired location.
Add Suffix - Prompts for a suffix, and adds that suffix to the end of each paragraph on the clipboard. The modified text is then placed back on the clipboard to be pasted into the desired location.
Convert to Lowercase - Converts the text on the clipboard to lowercase format. The converted text is then placed back onto the clipboard to be pasted into the desired location.
Convert to Uppercase - Converts the text on the clipboard to upper case format. The converted text is then placed back onto the clipboard to be pasted into the desired location.
Display Length - Counts the characters or paragraphs of the text on the clipboard, and displays the count to the user.