The Clipboard application was designed to be a small tool that allows you to interact with the clipboard from the command line.

It is a simple enought idea but it can come in very handy to be able to see, and change the contents of the clipboard without having to load up a windows application - such as Notepad.

There are several ways of using the program, simply type "clipboard --help" to get a summery.

The various options allow you to do things such print the contents of the clipboard to the console, clear the clipboard, copy the current working directory to the clipboard, or copy the contents of a file to the clipboard.