Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuienko/hobbit
Simple console Bitly client
https://github.com/shuienko/hobbit
bitly console-tool go terminal-app
Last synced: 16 days ago
JSON representation
Simple console Bitly client
- Host: GitHub
- URL: https://github.com/shuienko/hobbit
- Owner: shuienko
- License: apache-2.0
- Created: 2017-07-14T10:47:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T09:06:12.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T19:06:10.464Z (2 months ago)
- Topics: bitly, console-tool, go, terminal-app
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](http://drone.do.ovs.in.ua/api/badges/shuienko/hobbit/status.svg)](http://drone.do.ovs.in.ua/shuienko/hobbit)
# Hobbit## DESCRIPTION
Extremely simple console tool. Takes Long URL as a first argument.
Returns Bitly short URL to console. That's It.## PREREQUISITES
* OS: Linux/macOS. Most likely will work on Windows as well but not tested.
* Bitly account. Get it here## BUILD
* Get and install Go
* Run `go build hobbit.go`## INSTALL
* Build binary or download It from [releases](https://github.com/shuienko/hobbit/releases)
* Rename file to `hobbit`
* Make It executable: `chmod +x hobbit`
* Place `hobbit` binary under your `PATH`## USAGE
* On first run app will ask for Bitly credentials in order to obtain API Token.
* `hobbit http://example.com`
* Please keep in mind that `http`/`https` part is obligatory