Today I Learned

hashrocket A Hashrocket project

Show Clipboard in OS X

With Mac OS X, we can easily view the contents of our system clipboard.

From the command line, load something into the clipboard (I have used pbcopy):

$ echo "you found me" | pbcopy

Open up your Finder, and in the toolbar, click 'Edit > Show Clipboard'. A window will open with you found me on display.

See More #workflow TILs