findsrouce

Crates.iofindsrouce
lib.rsfindsrouce
version0.0.4
sourcesrc
created_at2022-03-23 12:48:10.975899
updated_at2022-03-23 12:48:10.975899
descriptionSimple configurable tool find source file with extension.
homepage
repositoryhttps://github.com/araraloren/findsource
max_upload_size
id555219
size67,689
loren (araraloren)

documentation

README

findsource

Find source file with extension easily!

Help

usage: fs [-l,--load] [-d,--debug] [-?,--help] [-w,--whole] [-W,--Whole] [-e,--extension] [-E,--Extension] [-i,--ignore-case] [-x,--exclude] [-o,--only] [-/r,--/reverse] [-a,--hidden] **ARGS**

Simple configurable tool find source file with extension.

POS:
  path@*      [file or directory]+

OPT:
  -l,--load             a      Load option setting from configuration
  -d,--debug            b      Print debug message
  -?,--help             b      Print help message
  -w,--whole            a      Extension category: match whole filename
  -W,--Whole            a      Exclude given whole filename
  -e,--extension        a      Extension category: match file extension
  -E,--Extension        a      Exclude given file extension
  -i,--ignore-case      b      Enable ignore case mode
  -x,--exclude          a      Exclude given file category
  -o,--only             s      Only search given file category
  -/r,--/reverse        b      Disable reverse mode
  -a,--hidden           b      Search hidden file

Create by araraloren <blackcatoverwall@gmail.com> v0.0.4

Get the release

Get Release here.

LICENSE

MPL-2.0

Commit count: 35

cargo fmt