jarosser06 / gistcat

Command like cat that sends to a Gist instead of stdout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gistcat

Command like cat that sends to a Gist instead of stdout

###Install

Clone repo Run 'make && sudo make install'

Set environment variable $GITHUB_API to your github api key with 'gist' access

###Usage

Run 'echo "foo" | gistcat' or 'gistcat filename.txt'

Profit

About

Command like cat that sends to a Gist instead of stdout

License:MIT License


Languages

Language:Go 87.4%Language:Makefile 12.6%