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
- Host: GitHub
- URL: https://github.com/andriykohut/gosh
- Owner: andriykohut
- Created: 2014-12-19T10:57:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T11:06:05.000Z (over 10 years ago)
- Last Synced: 2024-12-27T14:41:00.733Z (5 months ago)
- Language: Go
- Size: 422 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/goshhttps://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
```