Komet is a native editor for creating commit messages. Not being satisfied with using other editors for creating commits, I designed Komet to be non-obstructive and to have applying a commit take only one action. Komet has also helped me create better-quality commit messages for my projects.
Features
- Single action for applying or discarding a commit
- Double newline insertion after the first line
- Cocoa's spell-checking and automatic correction
- Text highlight warning if line becomes too long for subject and/or body
- Specialized text selection and font handling for message and comment sections
- Intelligent discarding of commits (i.e, exits on failure if commit file has pre-existing content)
- Ideal caret position on launch after the initial content
- Support for committing using the Touch Bar
Version 0.6:
- New editor themes to choose from (see View -> Theme in the menubar)
- Inline Find for searching text (⌘F)
- Support for Touch Bar on new MacBook Pro
- Nuked standard error and output streams to prevent system libraries from outputting messages
- OS X 10.10 or later
Download Now