Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/commitment
A commit message generator that I use.
https://github.com/ngerakines/commitment
Last synced: 4 days ago
JSON representation
A commit message generator that I use.
- Host: GitHub
- URL: https://github.com/ngerakines/commitment
- Owner: ngerakines
- License: mit
- Created: 2010-06-27T18:14:36.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T12:43:36.000Z (5 months ago)
- Last Synced: 2024-10-29T15:38:06.010Z (about 2 months ago)
- Language: Python
- Homepage: http://whatthecommit.com/
- Size: 244 KB
- Stars: 1,202
- Watchers: 23
- Forks: 195
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Looking For Sponsors
Enjoying [https://whatthecommit.com/](https://whatthecommit.com/)? Consider becoming a sponsor of this project. Your contributions keep the site running.
https://github.com/users/ngerakines/sponsorship
# About WTC (What The Commit)
Commitment is a small Tornado application that generates random commit messages.
https://whatthecommit.com/
Commitment also provides https://whatthecommit.com/index.txt which provides plain text output. Some interesting usage for that can be:
```
git config --global alias.yolo '!git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
```Or use one of the following VSCode Extensions:
- [WhatTheCommit](https://marketplace.visualstudio.com/items?itemName=Gaardsholt.vscode-whatthecommit)
- [yoloCommit](https://marketplace.visualstudio.com/items?itemName=JohnStilia.yolocommit)# License
Copyright (c) 2010-2024 Nick Gerakines
This project and its contents are open source under the MIT license.