Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djalmaaraujo/migreme.terminal

A simple ruby script to short urls using migre.me webservice and put into clipboard user to simplify =)
https://github.com/djalmaaraujo/migreme.terminal

Last synced: 30 days ago
JSON representation

A simple ruby script to short urls using migre.me webservice and put into clipboard user to simplify =)

Awesome Lists containing this project

README

        

Works with Mac OS X
Tested on Lion zsh terminal
Using pbcopy to send information to clipboard

To use from strach:
ruby migre.me.rb
Type url
That's all.

ZSH Alias!

# Aliases
function mgrm() { ruby ~/dev/migreme/migre.me.rb }
compdef mgrm