autogit
autogit copied to clipboard
Use FSEvents to support any modified files, regardless of editor
Seems like you could use FSEvents on OS X to support any files that are modified, regardless of the editor used.
https://github.com/ggreer/fsevents-tools
There is actual a simple python script that does somelike this on a directory: https://github.com/avnik/autogit
I'm not opposed to operating at the filesystem level. But when things are just a filesystem, there are some concepts missing like what is a project? There are some other editor events that I'd like to take advantage of in future versions in support of better analytics of the autotracked repository.
In the short-term, I could at least link to the other project in the README.md