An open API service indexing awesome lists of open source software.

https://github.com/blendify/bf-blender-donelist

A simple project to help Blender developers keep track of their done list
https://github.com/blendify/bf-blender-donelist

Last synced: about 1 year ago
JSON representation

A simple project to help Blender developers keep track of their done list

Awesome Lists containing this project

README

          

Command to get an git-log with rst-roles pre-defined.

.. code-block:: sh

html_term -o gitlog.html -c 'git log \
--stat \
--decorate \
--format="%C(yellow):commit:\`B%H\` ~ %cd%n %C(green) %B%Creset" \
--author="Aaron Carlisle" \
61c66a996ca5e590097e8864df027602493f58f4..HEAD | \
perl -e "s/\bT(\d+)\b/:task:\`\$1\`/" -pi | \
perl -e "s/\bD(\d+)\b/:diff:\`\$1\`/" -pi'