This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Arya Asemanfar (author)
Sun Nov 09 23:02:31 -0800 2008
ruby-tmbundle / DragCommands / Require Ruby Files.tmDragCommand
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> beforeRunningCommand nop command #!/usr/bin/env ruby
filepath = ENV['TMDROPPED_FILE'].gsub(/.rb$/, '') puts "require File.dirname(FILE) + '/#{file_path}'" draggedFileExtensions rb input selection name Require Ruby Files output insertAsSnippet scope source.ruby uuid 0FA9B84F-CC58-4C0F-A5F0-3E6A67ECB6FE




