Simple script to generate beautiful indexes for your gist.
Example of output in https://github.com/RomuloOliveira/gist-files.
Please, use virtualenv (example with virtualenvwrapper
):
$ mkvirtualenv gist_index_generator
Install dependencies:
$ make requirements-dev
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
$ make test