all repos — fae @ master

A minuscule find and edit utility.

c0d6b4a6
Re-releasing using ConVer
h3rald h3rald@h3rald.com
Sat, 13 Jun 2026 18:23:26 +0200
97f20fd5
Setting up ConVer.
h3rald h3rald@h3rald.com
Sat, 13 Jun 2026 16:18:00 +0000
19479c70
Improved readme formatting.
h3rald h3rald@h3rald.com
Sat, 12 Aug 2023 03:03:58 +0000

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