You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ C11 is used for basic atomic boolean operations when scheduling work across thre
35
35
Git submodules provide:
36
36
37
37
-[cJSON](https://github.com/DaveGamble/cJSON)
38
+
-[xxHash](https://github.com/Cyan4973/xxHash)
38
39
-[jemalloc](https://github.com/jemalloc/jemalloc) (requires autoconf during build)
39
40
40
41
### Usage
@@ -57,6 +58,8 @@ Options:
57
58
-x <file> Exclusive lock file path
58
59
```
59
60
61
+
When first indexing a new file structure, you should use the `-u` flag to avoid applying any newly configured rules to the existing file structure (unless desired, i.e. an initial "clean up" mutation of an unmaintained directory).
62
+
60
63
### Basic Configuration
61
64
62
65
`example.fsautoproc.json` provides a basic example configuration file. The configuration file is a JSON array of objects, each object representing a desired "action" at a grouping level of your choosing. Each action object has the following properties:
0 commit comments