~h3rald/fae

Find and Replace Utility
Improved readme formatting.
Merge branch 'master' of github.com:h3rald/fae
Added desceiption file to repo.

clone

read-only
https://git.sr.ht/~h3rald/fae
read/write
git@git.sr.ht:~h3rald/fae

You can also use your local clone with git send-email.

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.