Blogist is a small tool to help you generate your blog from your GitHub Gist.
blogist --help
usage: blogist [-h] --name NAME [--prefix PREFIX] [--format FORMAT]
[--dir DIR]
Generate blog posts from GitHub Gist
optional arguments:
-h, --help show this help message and exit
--name NAME, -n NAME your GitHub login name
--prefix PREFIX, -p PREFIX
the prefix of gist title that belongs to blog posts
--format FORMAT, -f FORMAT
post format
--dir DIR, -d DIR where should posts store
Is everything OK?