$ tail -f ~/blog | grep #macos
Posts filed under #macos.
2014-10-04 · 1 min read A bookmarklet for Tweetbot for Mac Two ways to share the current browser page to Tweetbot for Mac in one click: a tiny bookmarklet built on the Tweetbot URL scheme, and a Chrome extension for those who prefer not to bother. # javascript · macos · productivity · webdev 2014-07-16 · 2 min read Upload and download files on a remote server with iTerm2 and Z-Modem How to send files to a remote server and pull them back from inside an SSH session, without opening a separate scp session, using the Z-Modem protocol, lrzsz and iTerm2 triggers. # macos · terminal · devops · tutorial 2013-08-23 · 2 min read Mac OS X: paste without the source formatting How to make Cmd+V paste plain text in every Mac OS X app, with no third-party tools and no terminal, by remapping the shortcut to Paste and Match Style in System Preferences. # macos · productivity · tutorial · tips 2013-03-28 · 3 min read BetterErrors and RubyMine on Mac OS X How to make the BetterErrors gem open the offending file and line in RubyMine straight from the browser with a single click, using the x-mine URL scheme. # ruby · rails · debugging · macos