marcotrevisan / mlocate

Forked from mlocate 6 years ago
Clone

70c047e locate: add --ignore-spaces option to ignore word separators

Authored and Committed by marcotrevisan 6 years ago
    locate: add --ignore-spaces option to ignore word separators
    
    It allows to locate in files ignoring in-words separators,
    such as punctuation and spaces, so searching "foo-bar" is
    like searching for "foo bar", "foo_bar" or "foo?bar".
    
    This is not compatible with regex.
    
        
file modified
+4 -0
file modified
+101 -22
file modified
+1 -0