/gistcat

Command like cat that sends to a Gist instead of stdout

Primary LanguageGoMIT LicenseMIT

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