format README

This commit is contained in:
M3philis
2018-04-03 19:12:33 +02:00
parent 9b677a46d9
commit ea48bbeb15

View File

@@ -1,4 +1,4 @@
#imagecrawler for konachan.com imagecrawler for konachan.com
================ ================
## Why this crawler? ## Why this crawler?
@@ -18,6 +18,6 @@ Just use `go run` to run the tool without compiling.
The crawler has 3 flags to be used: The crawler has 3 flags to be used:
`--dir`: Defines the directory where to save pictures. Default is `%HOME/pictures/konachan/unnamed`. The `--dir` option defines the `unnamed` at the end. The `%HOME/pictures/konachan` is hardcoded at the moment. * `--dir`: Defines the directory where to save pictures. Default is `%HOME/pictures/konachan/unnamed`. The `--dir` option defines the `unnamed` at the end. The `%HOME/pictures/konachan` is hardcoded at the moment.
`--tags`: A coma seperated list of tags to search for (--tags foo,bar,snafu,height:1080) * `--tags`: A coma seperated list of tags to search for (--tags foo,bar,snafu,height:1080)
`--safe`: A boolean to enable safemode (Default is off) * `--safe`: A boolean to enable safemode (Default is off)