Crates.io | eis |
lib.rs | eis |
version | 0.1.0 |
source | src |
created_at | 2023-12-15 04:49:00.338559 |
updated_at | 2023-12-15 04:49:00.338559 |
description | A simple code watcher |
homepage | |
repository | https://github.com/nicholaslyang/eis |
max_upload_size | |
id | 1070702 |
size | 34,376 |
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.
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.