autogit icon indicating copy to clipboard operation
autogit copied to clipboard

Use FSEvents to support any modified files, regardless of editor

Open bumper314 opened this issue 12 years ago • 1 comments

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

bumper314 avatar Sep 25 '13 14:09 bumper314

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

chrisparnin avatar Sep 25 '13 20:09 chrisparnin