dcai / gistly

github needs a better gist index page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gistly

gist cli for gist.github.com, it could build a neat gist list in markdown format, for example: https://gist.github.com/dcai/907013

  • npm install -g gistly
  • gistly init --token 'your-github-token-with-gist-access' --gist-id 'gist-id'
  • gistly index # prints a markdown format gist index
  • gistly index --put # put the created gist index on linked gist
  • gistly index --reverse-order # reverse the index order
  • gistly link --gist-id 'gist-id' # link to existing index gist
  • gistly unlink # unlink from linked index gist

About

github needs a better gist index page

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%