octogit
octogit copied to clipboard
Create and delete gists
Can now delete gists by number:
$ octogit gists delete 2228658
octogit. gist deleted successfully
Can also create gists with either a relative path to the file(s) from the working directory:
$ octogit gists create heap_sort.cpp 'aww yeah sort'
octogit. gist created successfully
Or with an absolute path:
$ octogit gists create /home/foo/Desktop/heap_sort.cpp 'aww yeah sort'
octogit. gist created successfully
I would love to merge this in. I just I would like to get some tests in. You are welcome to start with your own code. but I need to get the testing up before I merge this in.
Typos remedied, tests coming soon to a commit near you!
@Roasbeef ping!
Tests added, wasn't really sure how they should be done. Let me know what you would like changed.