comicfs

command module
v0.0.0-...-4076893 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2019 License: MIT Imports: 21 Imported by: 0

README

comicfs

A FUSE filesystem in Go Based on bazil.org/fuse Treats zip files and cbz files as folders.

I plan on building a comic book server with nginx to serve static content.

The client will construct paths such as /static/some-comic.cbz/01.png that nginx will serve out, unaware that some-comic.cbz is actually a compressed file.

NOTE: while comicfs works on any cbz and zip files, when using with comicui it assumes a certain structure for comics: refer example_comic_dir.

go get github.com/algrebe/comicfs

~/go/bin/comicfs /path/to/comic/dir /path/to/mountpoint
# supported formats are .zip and .cbz files in the comic dir.
# if the file contains .webp then a path to *.webp.png converts them to png while serving.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL