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

https://github.com/andriykohut/gosh

A CLI to Google URL Shortener
https://github.com/andriykohut/gosh

Last synced: 3 months ago
JSON representation

A CLI to Google URL Shortener

Awesome Lists containing this project

README

        

gosh
====

A CLI to Google URL Shortener

## Installation
`go get github.com/andriykohut/gosh`
## Usage
**Simple:**
```
gosh https://github.com/andriykohut/gosh

https://github.com/andriykohut/gosh => http://goo.gl/VZYOZG
```

**Batch:**
```
gosh https://github.com/andriykohut/gosh http://www.reddit.com/r/golang/comments/2fjwyk/isdir_in_go/

https://github.com/andriykohut/gosh => http://goo.gl/VZYOZG
http://www.reddit.com/r/golang/comments/2fjwyk/isdir_in_go/ => http://goo.gl/EyB1iW
```