https://github.com/alvii147/gitmsg
App for writing git commit messages using 50/72 rule
https://github.com/alvii147/gitmsg
git gitcommit golang pyqt5
Last synced: 3 months ago
JSON representation
App for writing git commit messages using 50/72 rule
- Host: GitHub
- URL: https://github.com/alvii147/gitmsg
- Owner: alvii147
- License: bsd-3-clause
- Created: 2021-06-27T02:05:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T23:12:11.000Z (11 months ago)
- Last Synced: 2025-02-18T05:51:07.764Z (5 months ago)
- Topics: git, gitcommit, golang, pyqt5
- Language: Python
- Homepage:
- Size: 11.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.pcrf.net/)
[](https://www.pcrf.net/)
![]()
gitmsg is an application for writing git commit messages according to the git 50/72 rule.[](https://github.com/alvii147/gitmsg/actions) [](https://goreportcard.com/report/github.com/alvii147/gitmsg/cli) [](https://opensource.org/licenses/BSD-3-Clause)
## Installation
Clone the repository:
```bash
git clone https://github.com/alvii147/gitmsg.git
```Setup *gitmsg*:
```bash
cd gitmsg/
./setup.sh
```Set up alias to script by adding the following to `~/.bashrc` or `~/.bash_profile`:
```bash
alias gitmsg="/absolute/path/to/gitmsg/gitmsg.sh"
```## Usage
```
gitmsg helps write git commit messages based on the git 50/72 rule.Usage:
gitmsg [OPTIONS]Options:
-g, run in GUI mode
-c, run in CLI mode
-h, show help
```### GUI Mode
```bash
gitmsg -g
```
### CLI mode
```bash
gitmsg -c
```