File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 4
4
Rust binary to serach Pictures (based on EXIF) in a specific region.
5
5
6
6
Todo: Add a better readme ;)
7
+
8
+ ```
9
+ $ geo_fence -h
10
+ Scan a directory to near pictures
11
+
12
+ USAGE:
13
+ geo_fence [FLAGS] [OPTIONS] <dir> --point <point>
14
+
15
+ FLAGS:
16
+ -h, --help Prints help information
17
+ -x, --palallel Parallel implementation? Default is secqiential.
18
+ -V, --version Prints version information
19
+ -v, --verbosity Pass many times for more log output
20
+
21
+ By default, it'll only report errors. Passing `-v` one time also prints warnings, `-vv` enables
22
+ info logging, `-vvv` debug, and `-vvvv` trace.
23
+
24
+ OPTIONS:
25
+ -p, --point <point> Point to check
26
+ -r, --radius <radius> Radius in meter [default: 80.0]
27
+
28
+ ARGS:
29
+ <dir> The file to read
30
+
31
+ ```
You can’t perform that action at this time.
0 commit comments