https://github.com/nilp0inter/globfs
Unionfs-like FUSE with branch selection based on glob patterns.
https://github.com/nilp0inter/globfs
Last synced: 4 months ago
JSON representation
Unionfs-like FUSE with branch selection based on glob patterns.
- Host: GitHub
- URL: https://github.com/nilp0inter/globfs
- Owner: nilp0inter
- License: gpl-3.0
- Created: 2014-05-04T10:15:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T12:13:24.000Z (about 12 years ago)
- Last Synced: 2025-10-27T21:41:45.957Z (9 months ago)
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
globfs
======
Unionfs-like FUSE with branch selection based on glob patterns.
Development
-----------
- Based on Python2.7.
- Under branch `develop`.
- Running the tests:
```bash
$ pip install -r requirements/develop.txt
$ tox
```