Skip to content

A tag-based FUSE virtual file system

License

Notifications You must be signed in to change notification settings

lesderid/dtagfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtagfs

dtagfs is a FUSE file system that mounts a directory with tagged files as a file tree.

This allows for easy filtering of tagged files (e.g. '/mountpoint/tag1/tag2/' contains all files with tags 'tag1' and 'tag2').

Example

See example.md.

Usage

usage: dtagfs <source> <mount point> [-f] [-o option[,options...]]`

-f: foreground (don't fork to background)
-o nocomm: don't show tags that all files in a directory have in common

Supported tag sources

License

dtagfs is released under the University of Illinois/NCSA license.

About

A tag-based FUSE virtual file system

Resources

License

Stars

Watchers

Forks

Packages

No packages published