├── LICENSE ├── README.md ├── main.py ├── requirements.txt └── template.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devdetour/git-message-writer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devdetour/git-message-writer/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devdetour/git-message-writer/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pillow -------------------------------------------------------------------------------- /template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devdetour/git-message-writer/HEAD/template.png --------------------------------------------------------------------------------