https://github.com/suda/yuno-commit
https://github.com/suda/yuno-commit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/suda/yuno-commit
- Owner: suda
- License: mit
- Created: 2014-10-20T16:57:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T19:11:31.000Z (over 10 years ago)
- Last Synced: 2025-03-22T14:22:22.702Z (about 1 year ago)
- Language: CoffeeScript
- Size: 147 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Y U NO commit?????
Package showing warning (Y U NO meme) when there are more uncommitted changes than set trigger. Inspired by [vim plugin](https://github.com/esneider/YUNOcommit.vim).
## If you start to make too many changes, this will pop up.

## ...it will keep getting bigger if you keep on making more changes.

## Contribution
Feel free to fork, PR and file issues!
Big thanks to @dtinth whose fork has been merged into this package! Here are his changes:
- Made compatible with Atom 1.0.
- The overlay message will get bigger and bigger as you make more changes.
- Improved performance by calling the `git diff --numstat` command asynchronously, instead of checking the diff of all files in the whole repository using synchronous code.