Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelklishin/dattrack
Small command line tool for Digitally Imported (http://di.fm) fans
https://github.com/michaelklishin/dattrack
Last synced: about 1 month ago
JSON representation
Small command line tool for Digitally Imported (http://di.fm) fans
- Host: GitHub
- URL: https://github.com/michaelklishin/dattrack
- Owner: michaelklishin
- Created: 2012-11-18T01:34:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T10:37:51.000Z (almost 11 years ago)
- Last Synced: 2024-05-08T19:22:48.431Z (6 months ago)
- Language: Go
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is DatTrack
DatTrack is a small command line tool for [Digitally Imported](http://di.fm) 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