From 12911561ba101c0e83d05872c9a954235b4d2df8 Mon Sep 17 00:00:00 2001 From: Chris Pahl Date: Thu, 23 Aug 2018 19:25:26 +0200 Subject: [PATCH] add entry for brig --- README.md | 1 + data/apps.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index b8ad785..f39f8ee 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [beets](https://github.com/beetbox/beets) - Beets has a plugin which allows for easy sharing of music libraries using IPFS - [Blokaly](https://github.com/blokaly) - A badge issuing, sharing and display platform based on IPFS. - [Boards](https://ipfs.io/ipns/boards.ydns.eu) - Distributed social platform that runs in the browser. [Source](https://github.com/fazo96/ipfs-boards) +- [brig](https://brig.readthedocs.io/en/latest) - File synchronization with git like interface and FUSE filesystem. [Source](https://github.com/sahib/brig) - [Cohort](https://github.com/zignig/cohort) - A golang app to preset a threejs interface and get all of its assets out of IPFS. - [Computes](https://computes.io) - Computes.io is a distributed supercomputer powered by IPFS. - [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. diff --git a/data/apps.yaml b/data/apps.yaml index 990bcaf..9988714 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -36,6 +36,11 @@ content: source: https://github.com/fazo96/ipfs-boards description: > Distributed social platform that runs in the browser. + - title: brig + website: https://brig.readthedocs.io/en/latest + source: https://github.com/sahib/brig + description: > + File synchronization with git like interface and FUSE filesystem. - title: Cohort source: https://github.com/zignig/cohort description: >