Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 =)
- Host: GitHub
- URL: https://github.com/djalmaaraujo/migreme.terminal
- Owner: djalmaaraujo
- Created: 2011-12-27T15:28:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-27T15:42:39.000Z (almost 13 years ago)
- Last Synced: 2024-04-13T11:00:05.906Z (7 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Works with Mac OS X
Tested on Lion zsh terminal
Using pbcopy to send information to clipboardTo 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