From 136efd3ba9d3f8a9206a2ee98841b4d4ddd00d2c Mon Sep 17 00:00:00 2001 From: Timofey Koolin Date: Fri, 11 Sep 2015 21:04:56 +0300 Subject: [PATCH] libraries-and-tools.md: add etcddir --- Documentation/libraries-and-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index bb719e009..1d78892d3 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -6,6 +6,7 @@ - [etcd-backup](https://github.com/fanhattan/etcd-backup) - A powerful command line utility for dumping/restoring etcd - Supports v2 - [etcd-dump](https://npmjs.org/package/etcd-dump) - Command line utility for dumping/restoring etcd. - [etcd-fs](https://github.com/xetorthio/etcd-fs) - FUSE filesystem for etcd +- [etcddir](https://github.com/rekby/etcddir) - Realtime sync ETCD and local directory. Work with windows and linux. - [etcd-browser](https://github.com/henszey/etcd-browser) - A web-based key/value editor for etcd using AngularJS - [etcd-lock](https://github.com/datawisesystems/etcd-lock) - Master election & distributed r/w lock implementation using etcd - Supports v2 - [etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP