cortex/gopass

Use fsnotify to keep password index in sync

cortex opened this issue · 1 comments

Use fsnotify to keep password index in sync

Done! fsnotify couldn't do recursive watching easily, so I went for https://github.com/rjeczalik/notify instead.