Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pocke/to-gist


https://github.com/pocke/to-gist

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

to-gist
===========

STDIN to Gist.

Installation
---------

```sh
go get github.com/pocke/to-gist
```

Usage
------

```sh
# Create Gist by ifconfig output
$ ifconfig | to-gist ifconfig.txt

# Create Gist as private
$ ifconfig | to-gist ifconfig.txt -p
```