gist icon indicating copy to clipboard operation
gist copied to clipboard

Gist command line interface

Results 8 gist issues
Sort by recently updated
recently updated
newest added
trafficstars

The `gist archive` command is suppose to download the files in a gist and add them to a tarball. It does this, but currently it adds them as encrypted files...

enhancement

``` % gist edit c17592d5ef054e634c7dbe48be0c186f Cloning into 'c17592d5ef054e634c7dbe48be0c186f'... Warning: Permanently added the RSA host key for IP address '192.30.253.119' to the list of known hosts. Permission denied (publickey). fatal: Could...

Currently, the list command writes out the ID for each gist. Sometimes is would be convenient to have the complete URL to the gist, rather than just the ID.

enhancement

Currently if there is a problem with the request to github, the reported error is cryptic because the code assumes success. Check responses and provide a message to help the...

I'm trying to use this as a pythonic replacement for https://github.com/defunkt/gist but this tool lacks the essential function to update an existing gist. When I run "gist edit " I...

enhancement

using python wrapping binaries is not recommended on gnupg site. while using pyme, swig generated bindings directly in gpgme >=1.7, is.

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies