Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 873 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 873 Bytes

Various goodies as a Homebrew tap

Install

brew tap lunatic-cat/tap

IPFS cluster

brew install ipfs-cluster-ctl
brew install ipfs-cluster-service

or if you want to build both from source

brew install ipfs-cluster

SquashFS + ZSTd

This conflicts with squashfs@homebrew-core. You can cafely uninstall it, this is drop-in replacement.

brew install lunatic-cat/tap/squashfs

Usage

Reading image on OSX requires osxfuse & squashfuse

# archive
mksquashfs dir dir.zstd.sfs -comp zstd -Xcompression-level 22
# osx usage
squashfuse dir.zstd.sfs mnt
# linux usage
mount -o loop dir.zstd.sfs mnt

upstream PR & patch PR