获取/设置gist描述
项目描述
安装
$ [sudo] pip install gist-description
$ [sudo] npm i -g gist-description
配置
$ export GITHUB_TOKEN="<GITHUB_TOKEN>"
示例
$ gist-description <id> "new description"
$ gist-description <id>
new description
更新多个gist描述
$ pip install gist-id
a) 文件夹名作为描述
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
作为描述
$ 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' {} \;
项目详情
关闭
gist-description-2020.12.3.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | SHA-256: a9ab9db36b040fd7ae8a114c604132d2705c8ac1a652d930a06648eb2a0a3976 |
|
MD5 | MD5: d32c3161128e281303418afb5f251d8c |
|
BLAKE2b-256 | BLAKE2b-256: 1559172fd22fc6426bad1398990f0f41005475d6283d46f3307a26fe2be4bbf1 |