gists.cli icon indicating copy to clipboard operation
gists.cli copied to clipboard

Python based command line Gist management. Easy access to read and create Gists / snippets.

Results 19 gists.cli issues
Sort by recently updated
recently updated
newest added

I work exclusively in Python 3. It would be nice if this package supported it.

fix the grammar error to support python3.7

Bumps [requests](https://github.com/requests/requests) from 2.11.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Added simple Dockerfile and example wrapper script

``` gists list Username: LoveMandy Password: Traceback (most recent call last): File "/usr/local/bin/gists", line 11, in load_entry_point('gists.cli==0.351', 'console_scripts', 'gists')() File "build/bdist.macosx-10.12-x86_64/egg/gists_cli/gists.py", line 118, in main File "build/bdist.macosx-10.12-x86_64/egg/gists_cli/actions.py", line 54, in...

`gists update 1 "? myfile.txt` always returns error `Please check your user name and/or password.` `gists list` works perfectly

python 3 port using futurize to fix imports and print

Gists are fully established repos and can be interacted with as such. There should be an action `gists clone GIST_ID [path]` which would clone the specified gist to either the...

The api endpoint is different for github enterprise. This should be pretty easy to support. The better I approach, I think would be to allow someone to specify the endpoint...