mount an atproto PDS repository as a FUSE filesystem

Add installation to README

+21 -2
+21 -2
readme.txt
··· 6 6 mounts this CAR file as a readonly-FUSE filesystem, allowing 7 7 quick and easy exploration. 8 8 9 + 10 + --- 11 + 12 + 13 + installation requires the rust toolchain. install it from 14 + https://rustup.rs, then: 15 + 16 + 17 + cargo install --git https://tangled.org/danabra.mov/pdsfs 18 + 19 + 9 20 to motivate the need for such a program, we could begin by 10 21 mounting a repository: 11 22 12 23 13 24 λ pdsfs oppi.li 14 25 mounted at "mnt" 15 - hit enter to unmount and exit... 26 + ctrl-c to unmount 27 + 28 + 29 + pass -d to run in daemon mode. the parent process will exit 30 + once the mount is ready, useful for scripting: 31 + 32 + 33 + λ pdsfs -d oppi.li && ls mnt/ 34 + did:plc:qfpnj4og54vl56wngdriaxug/ 16 35 17 36 18 37 oppi.li is my handle in the atmosphere. the tool does some ··· 100 119 download complete for...did:plc:3danwc67lo7obz2fmdg6jxcr 101 120 download complete for...did:plc:wshs7t2adsemcrrd4snkeqli 102 121 mounted at "mnt" 103 - hit enter to unmount and exit... 122 + ctrl-c to unmount 104 123 105 124 106 125 # -- in a separate shell --