Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 281 Bytes

File metadata and controls

16 lines (9 loc) · 281 Bytes

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