An open API service indexing awesome lists of open source software.

https://github.com/chzchzchz/goboardfs

go-fuse filesystem backed by discussion boards
https://github.com/chzchzchz/goboardfs

Last synced: 3 months ago
JSON representation

go-fuse filesystem backed by discussion boards

Awesome Lists containing this project

README

        

# goboardfs

Export discussion threads to a file system I guess.

## Building
```
go build
```

## Mounting
```
gboardfs /mnt/boardfs
```
## Wisdom of the crowds
```
cat /mnt/boardfs/reddit/news/*/comments
```