https://github.com/dcai/gistly
github needs a better gist index page
https://github.com/dcai/gistly
gist github nodejs
Last synced: 6 days ago
JSON representation
github needs a better gist index page
- Host: GitHub
- URL: https://github.com/dcai/gistly
- Owner: dcai
- License: bsd-2-clause
- Created: 2020-04-26T04:12:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T12:59:18.000Z (about 1 year ago)
- Last Synced: 2025-09-21T04:58:54.887Z (9 months ago)
- Topics: gist, github, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gistly
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gistly
[](https://github.com/dcai/gistly/actions/workflows/npmpublish.yml)
[](https://deepwiki.com/dcai/gistly)
gist cli for gist.github.com, it could build a neat gist list in markdown format, for example:
- `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