michaelklishin / dattrack

Small command line tool for Digitally Imported (http://di.fm) fans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is DatTrack

DatTrack is a small command line tool for Digitally Imported fans.

It displays recent tracks from a particular channel in the shell.

DatTrack was developed as a small code kata excercise and should not be taken seriously.

Installation

Assuming you have ~/bin in PATH, from the repository root:

./install.sh

Alternatively you can build dattrack manually and copy it anywhere in PATH:

go build
cp dattrack /usr/local/bin/

Usage

dattrack [--channel NAME --limit LIMIT]

Channel names are currently not parsed in any intelligent way so you have to know them:

  • Epic Trance: et, epictrance
  • Liquid DnB: ldnb, liquiddnb
  • Club Dubstep: clubdubstep, clubds
  • Electro House: electrohouse
  • Hands Up: handsup, hu
  • Glitch Hop: glitchhup, gh

This will be improved and expanded in future versions.

License

Released under the BSD license.

Copyright Michael S. Klishin, 2012

About

Small command line tool for Digitally Imported (http://di.fm) fans


Languages

Language:Go 98.3%Language:Shell 1.7%