To display help message for sigurlx use the -h
flag::
$ sigdork -h
_ _ _
___(_) __ _ __| | ___ _ __| | __
/ __| |/ _` |/ _` |/ _ \| '__| |/ /
\__ \ | (_| | (_| | (_) | | | <
|___/_|\__, |\__,_|\___/|_| |_|\_\ v1.2.0
|___/
USAGE:
sigdork [OPTIONS]
OPTIONS:
-e, --engine search engine (default: google)
-p, --pages number of pages (default: 1)
-q, --query search query (use `-q -` to read from stdin)
You can download the pre-built binary for your platform from this repository's releases page, extract, then move it to your $PATH
and you're ready to go.
sigdork requires go1.14+ to install successfully. Run the following command to get the repo
$ GO111MODULE=on go get -u -v github.com/signedsecurity/sigdork/cmd/sigdork
$ git clone https://github.com/signedsecurity/sigdork.git; cd sigdork/cmd/sigdork/; go build; mv sigdork /usr/local/bin/; sigdork -h
Issues and Pull Requests are welcome.