Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonmichael/gist
A start at a reliable command-line client for gist.github.com. Obsolete.
https://github.com/simonmichael/gist
gist gist-client haskell
Last synced: 3 months ago
JSON representation
A start at a reliable command-line client for gist.github.com. Obsolete.
- Host: GitHub
- URL: https://github.com/simonmichael/gist
- Owner: simonmichael
- License: gpl-3.0
- Created: 2012-04-22T07:58:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T15:03:46.000Z (over 4 years ago)
- Last Synced: 2024-08-09T09:39:10.779Z (5 months ago)
- Topics: gist, gist-client, haskell
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This wants to be a reliable command-line client for gist.github.com,
because all the others failed somehow, but isn't yet.It pastes a single file or standard input to gist.github.com as a public gist.
It does not support authentication and does not depend on the github package (yet).2020: outdated and obsolete, use `gh gist` instead.