File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -59,27 +59,38 @@ Quick examples
5959
6060Recursively and incrementally index all non-binary files showing progress:
6161
62- $ ugrep-indexer -I -v
62+ ugrep-indexer -I -v
6363
6464Index all non-binary files, show progress, follow symbolic links to files (but
6565not to directories), and do not index files and directories matching the globs
6666in .gitignore:
6767
68- $ ugrep-indexer -I -v -S -X
68+ ugrep-indexer -I -v -S -X
6969
7070Recursively force re-indexing of all non-binary files:
7171
72- $ ugrep-indexer -f -I
72+ ugrep-indexer -f -I
7373
7474Recursively delete all hidden ` ._UG#_Store ` index files to restore the
7575directory tree to non-indexed:
7676
77- $ ugrep-indexer -d
77+ ugrep-indexer -d
7878
7979Increase search performance by increasing the indexing accuracy from 5
8080(default) to 7 at a cost of larger index files:
8181
82- $ ugrep-indexer -If7
82+ ugrep-indexer -If7
83+
84+ Build steps
85+ -----------
86+
87+ Configure and compile with:
88+
89+ ./build.sh
90+
91+ If desired but not required, install with:
92+
93+ sudo make install
8394
8495Q&A
8596---
You can’t perform that action at this time.
0 commit comments