Skip to content

RomuloOliveira/gist-index-generator

Repository files navigation

Gist index generator

Simple script to generate beautiful indexes for your gist.

Example of output in https://github.com/RomuloOliveira/gist-files.

Setup

Please, use virtualenv (example with virtualenvwrapper):

$ mkvirtualenv gist_index_generator

Install dependencies:

$ make requirements-dev

Usage

Print to stdout:

$ python generate-gist-index.py RomuloOliveira 

gist-files
==========

Index of  of my gist-files. Life is too short to access https://gist.github.com/RomuloOliveira
...

Write to file (Not supported yet, see #3):

$ python generate-gist-index.py RomuloOliveira -o gist.md

Select an output format (Currently, only markdown is supported):

$ python generate-gist-index.py RomuloOliveira -f markdown

For more help:

$ python generate-gist-index.py -h

Tests

$ make test

About

Generate beautiful indexes for your gist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published