/bla

yet another file search tool

Primary LanguageGoMIT LicenseMIT

Yet another file search tool. An equivalent of "find ... | egrep ...". The patterns
are defined as lower-case literals and two dots "..", like:

    ..foo..    is  /.*foo.*/
    bar..      is /bar.*/
    ..foo..bar is /.*foo.*bar/

Supports toml files with configurations, either passed explicitly or in default
locations: [.bla.toml bla.toml ~/.bla.toml]

  -c string
    	Path to toml config file. If empty, default locations are checked.
  -f value
    	File filters.
  -nf value
    	File negative filters.
  -np value
    	Path negative filters.
  -p value
    	Path filters.
  -v	Verbose debug mode.