all repos — fae @ master

A minuscule find and edit utility.

19479c70
Improved readme formatting.
h3rald h3rald@h3rald.com
Sat, 12 Aug 2023 03:03:58 +0000
ee1b81be
Merge branch 'master' of github.com:h3rald/fae
h3rald h3rald@h3rald.com
Fri, 11 Aug 2023 02:05:00 +0000
4421ac20
Added desceiption file to repo.
h3rald h3rald@h3rald.com
Fri, 11 Aug 2023 02:03:01 +0000

Nimble Release License

fae 🧚 Find & Edit Utility


  Usage:
    fae   [option1 option2 …]

  Where:
               A regular expression to search for.
           An optional replacement string
                        (use \1, \2, etc. to reference captured groups).

  Options:
    -a, –apply         Substitute all occurrences of  with  in all files.
                        without asking for confirmation.
    -d, –directory     Search in the specified directory (default: .)
    -f, –filter        Specify a regular expression to filter file paths.
    -h, –help          Display this message.
    -i, –insensitive   Case-insensitive matching.
    -r, –recursive     Search directories recursively.
    -s, –silent        Do not display matches.
    -t, –test          Do not perform substitutions, just print results.
    -v, –version       Display the program version.

clone
git clone https://code.h3rald.com/fae
        

contribute on