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
- Host: GitHub
- URL: https://github.com/chzchzchz/goboardfs
- Owner: chzchzchz
- License: mit
- Created: 2015-12-04T15:19:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T22:25:44.000Z (over 9 years ago)
- Last Synced: 2024-06-20T13:39:41.004Z (12 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```