https://github.com/cappe987/commit-editor
A simple graphical editor to write commits in.
https://github.com/cappe987/commit-editor
Last synced: about 1 month ago
JSON representation
A simple graphical editor to write commits in.
- Host: GitHub
- URL: https://github.com/cappe987/commit-editor
- Owner: cappe987
- License: bsd-3-clause
- Created: 2020-06-10T14:49:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T18:59:42.000Z (about 5 years ago)
- Last Synced: 2025-03-21T16:57:54.551Z (about 1 year ago)
- Language: Haskell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Commit editor
A simple editor to write commits in. Limits the title to 72 characters so the title is properly separated from the body. This is because Github cuts of titles after 72 characters and displays the rest as body. Keep your commit title short and add `[See details]` at the end of it, then describe in detail what you changed in the body. You can find some examples in the commit history of this repository.
# Dependencies
- gtk3
- gtk2hs-buildtools
# Install
```
stack build --copy-bins
```
Then set `hs-commit` as your editor in your `.gitconfig`.
# To-do
- [X] Option to abort commit
- [ ] Show which files are being modified