finding

Crates.iofinding
lib.rsfinding
version0.1.3
sourcesrc
created_at2019-12-11 17:03:07.714943
updated_at2019-12-12 16:48:52.756211
descriptioncommand line finding tool
homepage
repositoryhttps://github.com/jht5945/finding
max_upload_size
id188470
size35,805
Hatter Jiang (jht5945)

documentation

README

finding

finding - command line find tool.

Install

cargo install finding

cargo install --git https://github.com/jht5945/finding

Help

$ finding --help
Usage:
  finding [OPTIONS] [SEARCH TEXT]

finding - command line find tool.

Positional arguments:
  SEARCH TEXT           Search text

Optional arguments:
  -h,--help             Show this help message and exit
  -t,--target TARGET    Target, text, huge[file], default text
  -d,--dir DIR          Target directory, default current dir(.)
  --huge-file HUGE_FILE Huge file size, default 100M
  --large-text-file LARGE_TEXT_FILE
                        Large text file, default 10M
  -f,--file-ext FILE_EXT
                        File ext, default all
  -i,--ignore-case      Ignore case, default false
  --filter-large-line   Filter large line
  --large-line-size LARGE_LINE_SIZE
                        Large line, default 10KB
  --scan-dot-git        Scan dot git
  --skip-dot-dir        Skipt dot dir [Text Mode]
  --skip-link-dir       Skip link dir
  --filter-file-name FILTER_FILE_NAME
                        Filter file name [Text Mode]
  --filter-line-content FILTER_LINE_CONTENT
                        Filter line content [Text Mode]
  -v,--version          Print version
  --verbose             Verbose
Commit count: 88

cargo fmt