File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,32 @@ dupi extract
9292dupi index -a /path/to/new/docs
9393```
9494
95+ ## Blotting
96+
97+ Sometimes it might be interesting to see if a file has a blot. Dupi
98+ provides the ability to blot files using the same mechanism as is
99+ used in the index.
100+
101+ ```
102+ dupi blot file
103+ ```
104+
105+
95106## Querying the index
96107
97- At the moment, all we provide is this:
108+ Dupi provides primitives for unblotting, which takes a blot and
109+ reconstructs the corresponding text and instances. This is still
110+ rudimentary, but here are some examples.
98111
99112```
100113dupi extract | awk '{print $1}' | xargs dupi unblot
101114```
102115
116+ Or
117+
118+ ```
119+ dupi blot file | xargs dupi unblot
120+ ```
103121
104122## Conclusion
105123
You can’t perform that action at this time.
0 commit comments