Skip to main content

get/set gist description

Project description

Installation

$ [sudo] pip install gist-description
$ [sudo] npm i -g gist-description

Config

$ export GITHUB_TOKEN="<GITHUB_TOKEN>"

Examples

$ gist-description <id> "new description"
$ gist-description <id>
new description

update multiple gists description

$ pip install gist-id

a) folder name as description

find ~/git/gists -type d -maxdepth 1 -exec bash -l -c 'id=$(gist-id "$0"); desc="$(basename "$0")"; [[ -n $id ]] && gist-description $id $desc' {} \;

b) description.txt as description

$ find ~/git/gists -type d -maxdepth 1 -exec bash -l -c 'id=$(gist-id "$0"); desc="$(cat description.txt 2> /dev/null)"; [[ -n $id ]] && [[ -n $desc ]] && gist-description $id $desc' {} \;

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gist-description-2020.12.3.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file gist-description-2020.12.3.tar.gz.

File metadata

  • Download URL: gist-description-2020.12.3.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for gist-description-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 a9ab9db36b040fd7ae8a114c604132d2705c8ac1a652d930a06648eb2a0a3976
MD5 d32c3161128e281303418afb5f251d8c
BLAKE2b-256 1559172fd22fc6426bad1398990f0f41005475d6283d46f3307a26fe2be4bbf1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page