dtagfs/README.md

22 lines
660 B
Markdown
Raw Permalink Normal View History

2016-11-08 02:57:35 +01:00
# dtagfs
2016-11-08 05:41:52 +01:00
dtagfs is a FUSE file system that mounts a directory with tagged files as a file tree.
2016-11-08 02:57:35 +01:00
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](example.md).
## Usage
2016-11-14 05:23:58 +01:00
```text
usage: dtagfs <source> <mount point> [-f] [-o option[,options...]]`
2016-11-08 02:57:35 +01:00
2016-11-08 05:41:52 +01:00
-f: foreground (don't fork to background)
2016-11-14 05:23:58 +01:00
-o nocomm: don't show tags that all files in a directory have in common
```
2016-11-08 02:57:35 +01:00
## Supported tag sources
* Dublin Core (XMP), via [exempi-d](https://github.com/lesderid/exempi-d)
## License
2016-11-08 05:41:52 +01:00
dtagfs is released under the [University of Illinois/NCSA license](LICENSE).