๐Ÿ“ฆ ajeetdsouza / bbfs

A passthrough FUSE filesystem written in Haskell

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ BSD 3-Clause "New" or "Revised" License
fusehaskell
๐Ÿ“ฅ Clone https://github.com/ajeetdsouza/bbfs.git
HTTPS git clone https://github.com/ajeetdsouza/bbfs.git
SSH git clone git@github.com:ajeetdsouza/bbfs.git
CLI gh repo clone ajeetdsouza/bbfs
Ajeet D'Souza Ajeet D'Souza Initial commit e467f99 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ app
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ package.yaml
๐Ÿ“„ README.md
๐Ÿ“„ Setup.hs
๐Ÿ“„ stack.yaml
๐Ÿ“„ README.md

bbfs

BBFS, aka the "Big Brother File System", is a simple FUSE filesystem that passes every operation down to an underlying directory. This is a Haskell port of BBFS, aimed at exploring the (yet-to-mature) FUSE bindings currently available in the Haskell ecosystem.

The original BBFS (implemented in C) can be found here.