Commit 0c7755411f8a66ec4c51b29ae056a1b8eb608cc5
in the beginning
Michael Williams committed on 9/28/2018, 5:46:29 AMFiles changed
.gitignore | added |
README.md | added |
bin.js | added |
package-lock.json | added |
package.json | added |
README.md | ||
---|---|---|
@@ -1,0 +1,23 @@ | ||
1 … | +# ssb-reveal | |
2 … | + | |
3 … | +reveal private scuttlebutt threads | |
4 … | + | |
5 … | +## install | |
6 … | + | |
7 … | +```shell | |
8 … | +npm install -g ssb-reveal | |
9 … | +``` | |
10 … | + | |
11 … | +## use | |
12 … | + | |
13 … | +with an [`sbot`](https://github.com/ssbc/scuttlebot) server running (Patchwork is fine): | |
14 … | + | |
15 … | +```shell | |
16 … | +ssb-reveal <rootMessageId> | |
17 … | +``` | |
18 … | + | |
19 … | +will output markdown of list of message links with respective unbox keys, which you can copy and paste into a post. | |
20 … | + | |
21 … | +## license | |
22 … | + | |
23 … | +Apache 2.0 |