Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danieldulaney/xkcdfs

A FUSE filesystem for browsing the xkcd webcomic
https://github.com/danieldulaney/xkcdfs

fuse xkcd

Last synced: 13 days ago
JSON representation

A FUSE filesystem for browsing the xkcd webcomic

Awesome Lists containing this project

README

        

# xkcdfs: A FUSE Filesystem for xkcd

Read [xkcd](https://xkcd.com) in comfort and style with xkcdfs!

## Build and install

With stable [Rust][rust-home] 1.37 or later, run with:

[rust-home]: https://www.rust-lang.org/

```sh
cargo run -- path/to/a/folder
```

Alternatively, install with

```sh
cargo install
```

and run with

```sh
xkcdfs path/to/a/folder
```