Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/to-gist
https://github.com/pocke/to-gist
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pocke/to-gist
- Owner: pocke
- Created: 2015-09-12T01:31:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T07:08:46.000Z (over 9 years ago)
- Last Synced: 2024-11-06T13:01:37.537Z (about 2 months ago)
- Language: Go
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```