From 864887388758b615d15a3f30a461aff1a7711d0b Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Fri, 2 Sep 2016 20:25:28 +0200 Subject: Add Droplr README --- plugins/droplr/droplr.rb | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'plugins/droplr/droplr.rb') diff --git a/plugins/droplr/droplr.rb b/plugins/droplr/droplr.rb index 38751dfcb..00300198e 100755 --- a/plugins/droplr/droplr.rb +++ b/plugins/droplr/droplr.rb @@ -1,17 +1,4 @@ #!/usr/bin/env ruby -# -# droplr -# Fabio Fernandes | http://fabiofl.me -# -# Use Droplr from the comand line to upload files and shorten links. -# -# Examples: -# -# droplr ./path/to/file/ -# droplr http://example.com -# -# This needs Droplr.app to be installed and loged in. -# Also, Mac only. if ARGV[0].nil? puts "You need to specify a parameter." @@ -22,4 +9,4 @@ if ARGV[0][%r{^http[|s]://}i] `osascript -e 'tell app "Droplr" to shorten "#{ARGV[0]}"'` else `open -ga /Applications/Droplr.app "#{ARGV[0]}"` -end \ No newline at end of file +end -- cgit v1.2.3-70-g09d2