homebrew-fuse/README.md

23 lines
1.4 KiB
Markdown
Raw Normal View History

2021-03-24 23:34:09 +08:00
# gromgit's macOS FUSE stuff
2021-04-27 01:39:28 +08:00
This tap exists to support macOS FUSE-related software that have been dropped from Homebrew core.
2021-01-10 18:38:26 +08:00
## How do I install these formulae?
`brew install gromgit/fuse/<formula>`
2021-05-06 18:28:52 +08:00
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
## FAQ
### Why is XYZ not available?
2021-03-24 23:34:09 +08:00
Probably because I haven't gotten around to putting it in yet. If you need it, [file an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) and I'll see what can be done.
2021-05-06 18:28:52 +08:00
### Why is XYZ so old?
2021-05-06 18:26:01 +08:00
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. These will be labeled as such in their _Caveats_.
2021-05-06 18:28:52 +08:00
Other formulae seem to have been abandoned by their authors. If you know of a revived fork of such software, [file an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) with the details and I'll see what can be done.
2021-05-06 18:26:01 +08:00
2021-05-06 18:28:52 +08:00
### Why is the XYZ program installed as `XYZ-mac`?
2021-05-06 18:26:01 +08:00
Some formulae (e.g. `rclone`) are still available in Homebrew core, just without FUSE functionality and dependencies. My FUSE-enabled binaries for these formulae will always be name with a `-mac` suffix to prevent naming conflicts, but see each formula's _Caveats_ section for instructions on how to access these binaries via their original names.