bla

command module
v0.0.0-...-3c0fa08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2023 License: MIT Imports: 10 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL