Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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