philipithomas / ts

The Timberslide command line client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts

ts is the command line client for Timberslide. This client is underdevelopment and may change at any time.

GoDoc Reference

Build

Download a binary or install from command line go install (Requires golang to be installed). Tested under golang 1.7.

Configuration

~/.timberslide/config

host = "gw.timberslide.com:443"
token = "<yourtokenhere>"

Contact info@timberslide.com for a token.

Usage

Send stream

echo "Hello Timberslide" | ts send hellots

Receive a stream

ts get hellots

About

The Timberslide command line client

License:Apache License 2.0


Languages

Language:Go 91.8%Language:Makefile 8.2%