Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danieldulaney/xkcdfs
- Owner: danieldulaney
- License: mit
- Created: 2019-09-29T04:13:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T16:13:23.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:58:09.159Z (3 months ago)
- Topics: fuse, xkcd
- Language: Rust
- Homepage:
- Size: 169 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```