gromgit's FUSE tap
Find a file
Adrian Ho d22b36dc85 mass rename to avoid clashes with core tap
Forgot that base formula names need to be unique, otherwise `brew upgrade` picks up the core tap formula over this replacement, leading to:
```
$ brew upgrade
[...]
==> Upgrading sshfs 2.10_2 -> 3.7.1
Error: sshfs has been disabled because it requires FUSE!
```
2021-04-27 14:25:56 +08:00
.github/workflows tests.yml: remove linux 2021-04-26 23:24:08 +08:00
Formula mass rename to avoid clashes with core tap 2021-04-27 14:25:56 +08:00
require Stop hosting macfuse 2021-04-26 12:33:24 +08:00
formula_renames.json mass rename to avoid clashes with core tap 2021-04-27 14:25:56 +08:00
README.md Update README 2021-04-27 01:39:28 +08:00

gromgit's macOS FUSE stuff

This tap exists to support macOS FUSE-related software that have been dropped from Homebrew core.

How do I install these formulae?

brew install gromgit/fuse/<formula>

Hey, why is XYZ not available?

Probably because I haven't gotten around to putting it in yet. If you need it, file an issue and I'll see what can be done.

Hey, why is XYZ so old?

Maybe I just haven't gotten around to updating it yet, but a significant subset simply can't be updated until MacFUSE supports version 3 of the FUSE API. Read any Caveats that appear during installation for important details.

Documentation

brew help, man brew or check Homebrew's documentation.