gist-delete

2019.5.3 • Public • Published

:octocat: delete gist(s) by ID

Installation

$ [sudo] npm i -g gist-delete

Config

$ export GITHUB_TOKEN="<GITHUB_TOKEN>"

Scripts usage

usage: gist-delete id ...

Examples

$ gist-id <id1> <id2>

delete orphaned gists

$ pip install gist-id gists-id
$ python -m gists_id | grep -v "$(find ~/git/gists -maxdepth 1 -exec gist-id {} \; 2> /dev/null)" | xargs gist-delete;:

python-readme-generator

Readme

Keywords

Package Sidebar

Install

npm i gist-delete

Weekly Downloads

0

Version

2019.5.3

License

Unlicense

Unpacked Size

1.64 kB

Total Files

3

Last publish

Collaborators

  • russianidiot
  • andrewp-as-is