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

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

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