Posted 04 July 2013 - 08:17 AM
There was a post on the Feed the Beast subreddit that a Gist client would be useful. As I couldn't find anything on the subject on the internet and no-one was claiming to be making one, I decided to take a try.
So, here is a Gist client for CC. (GitHub page)
usage:
It works basically the same as the default pastebin program, but allows for multiple files in one gist, so only a single numeric ID is required for downloading all of files of a project.
The HTTP api in CC doesn't currently support the use of headers, so only public gists can be downloaded and all uploads will be anonymous. However, I remember reading that header support might be coming in future versions. If and when, I'll add support for authenticating with GitHub so you can upload directly to your own account.
Suggestions and feedback are welcome.
So, here is a Gist client for CC. (GitHub page)
usage:
gist get <id>
gist put <file1> <file2> ...
It works basically the same as the default pastebin program, but allows for multiple files in one gist, so only a single numeric ID is required for downloading all of files of a project.
The HTTP api in CC doesn't currently support the use of headers, so only public gists can be downloaded and all uploads will be anonymous. However, I remember reading that header support might be coming in future versions. If and when, I'll add support for authenticating with GitHub so you can upload directly to your own account.
Suggestions and feedback are welcome.