All Projects → semk → GitFS

semk / GitFS

Licence: other
A FUSE filesystem that stores data on Git

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GitFS

loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-19.23%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+15023.08%)
Mutual labels:  fuse, filesystem, fuse-filesystem
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (-50%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+5900%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+2942.31%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (+1453.85%)
Mutual labels:  fuse, filesystem, fuse-filesystem
fuse xattrs
add xattrs support using sidecar files.
Stars: ✭ 28 (+7.69%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-65.38%)
Mutual labels:  fuse, filesystem, fuse-filesystem
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+21950%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+1892.31%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Fuse Ts
Stars: ✭ 6 (-76.92%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Supertag
A tag-based filesystem
Stars: ✭ 207 (+696.15%)
Mutual labels:  fuse, filesystem, fuse-filesystem
fatx
Original Xbox FATX Filesystem Library, Python bindings, FUSE driver, and GUI explorer
Stars: ✭ 87 (+234.62%)
Mutual labels:  fuse, filesystem
Docker Volume Ipfs
🐳 This is an open source volume plugin that allows using an ipfs filesystem as a volume.
Stars: ✭ 99 (+280.77%)
Mutual labels:  fuse, filesystem
Ninfs
FUSE filesystem Python scripts for Nintendo console files
Stars: ✭ 241 (+826.92%)
Mutual labels:  fuse, fuse-filesystem
Zipfs
Example FUSE filesystem that serves a Zip archive
Stars: ✭ 93 (+257.69%)
Mutual labels:  fuse, fuse-filesystem
Sparsebundlefs
FUSE filesystem for reading macOS sparse-bundle disk images
Stars: ✭ 238 (+815.38%)
Mutual labels:  fuse, filesystem
Litfs
A FUSE file system in Go extended with persistent file storage
Stars: ✭ 116 (+346.15%)
Mutual labels:  fuse, filesystem
Gocryptfs
Encrypted overlay filesystem written in Go
Stars: ✭ 2,088 (+7930.77%)
Mutual labels:  fuse, filesystem
Tifs
A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.
Stars: ✭ 209 (+703.85%)
Mutual labels:  fuse, filesystem

GitFS

A FUSE based filesystem for using Git(Hub) as a storage.

Usage

To mount already existing git repo, run

python gitfs.py [email protected]:<username>/<repo> <branch> <local_repo_dir> <mount_point>

To unmount use

fusermount -u <mount_point>

Licensed under FreeBSD license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].