Return to Snippet

Revision: 3599
at August 21, 2007 00:04 by hyperwhat


Initial Code
php -r "echo trim(shell_exec('/usr/bin/pbpaste | iconv -f MacRoman -t utf-8'));"

Initial URL


Initial Description
Use this command in Textmate to paste some text without any surrounding whitespace.

Initial Title
Textmate Command: Trim Paste

Initial Tags
textmate

Initial Language
Other