Update readme

This commit is contained in:
Les De Ridder 2016-11-08 05:41:52 +01:00
parent 6d47d08438
commit 407a83e1cd
No known key found for this signature in database
GPG Key ID: 5EC132DFA85DB372
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# dtagfs
dtagfs is a FUSE file system that mounts a directory with tagged files as a file system tree.
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').
@ -9,10 +9,10 @@ See [example.md](example.md).
## Usage
`usage: dtagfs <source> <mount point> [-f] [-o option[,options...]]`
-f: don't fork to background
-f: foreground (don't fork to background)
## Supported tag sources
* Dublin Core (XMP), via [exempi-d](https://github.com/lesderid/exempi-d)
## License
dtags is released under the [University of Illinois/NCSA license](LICENSE).
dtagfs is released under the [University of Illinois/NCSA license](LICENSE).