Skip to content

Releases: kjcxmx/searchfile

v1.0.1

11 Apr 14:54
12f938f
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
SearchFile version: 1.0.1       By [email protected]
Usage: SearchFile [-d /home / C:/] [-n] [-s std/json/soj] [-h help]

eg:
  Unix:
        ./SearchFile -d /home -n main.go -s json
  Windows:
        ./SearchFile.exe -d C:/ -n main.go -s soj -o /home/find.txt
Options:
  -d string
        start from this dir, default /home or C:/ (default "/home")
  -n string
        search file name, default main.go (default "main.go")
  -o string
        output file path and filename, default ./result.txt (default "./result.txt")
  -s string
        stdout:std /stdjson:json /stdout and stdjso:soj, default std (default "std")