1 unstable release
0.1.0 | Dec 15, 2023 |
---|
#26 in #watcher
11KB
212 lines
eis - A simple code watcher
eis (pronounced "ai-z") is a simple code watcher that watches your files for changes, and commits them if they exist. That way, you can peek into your previous changes without having to worry about committing them. It does so without disrupting your git index.
How Does It Work?
eis works by using a daemon to watch your code and create a secondary git index
that it uses to create commits off of your most recent commit. These commits
are stored under the EIS_HEAD
ref, and are not pushed to your remote.
Dependencies
~16–26MB
~458K SLoC