https://github.com/ueokande/gist-fs
Gist as file system
https://github.com/ueokande/gist-fs
fuse gist go
Last synced: about 1 year ago
JSON representation
Gist as file system
- Host: GitHub
- URL: https://github.com/ueokande/gist-fs
- Owner: ueokande
- License: mit
- Created: 2017-03-28T12:58:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T13:19:36.000Z (about 9 years ago)
- Last Synced: 2025-05-06T09:43:10.560Z (about 1 year ago)
- Topics: fuse, gist, go
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gist-fs
Gist as file system
# Usage
Generate a [personal access tokens](https://github.com/settings/tokens) which grants access to gists, and run `gist-fs` as follows:
```
gist-fs -u -p path/to/mount/point
```
# Installation
```
go get github.com/ueokande/gist-fs
```
# Licence
MIT