TextMate Bundle. Quick copy and paste one line in project. Behavior, like auto complete
cd ~/Library/Application\ Support/TextMate/Bundles git clone [email protected]:haru01/quick-copy-paste-tmbundle.git QuickCopyPaste.tmbundle
def complete(choices, options = {}, &block) # :yields: choice pid = fork do - STDOUT.reopen(open('/dev/null')) - STDERR.reopen(open('/dev/null')) + STDOUT.reopen(open('/dev/null', 'a')) + STDERR.reopen(open('/dev/null', 'a'))
git clone git://github.com/kballard/osx-plist.git cd osx-plist/ext/plist ruby extconf.rb && make cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/
Copyright © 2011 Eiji Ienaga, released under the MIT license