cortex / gopass

Gopass: A simple password-store GUI
GNU General Public License v3.0
188 stars 13 forks source link

Use fsnotify to keep password index in sync #6

Closed cortex closed 8 years ago

cortex commented 8 years ago

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