all repos — fae @ da63668046e65dffb6520d7cb87a811636c76f2b

A minuscule find and edit utility.

Minor updates.
h3rald h3rald@h3rald.com
Sun, 08 Nov 2020 18:50:05 +0100
commit

da63668046e65dffb6520d7cb87a811636c76f2b

parent

e7d698b278b7f4b64b834655b9ec52fd166265a1

1 files changed, 4 insertions(+), 5 deletions(-)

jump to
M README.mdREADME.md

@@ -6,17 +6,16 @@

# fae 🧚 Find & Edit Utility ``` - (c) 2020 Fabio Cevasco - Usage: fae <pattern> <replacement> [option1 option2 ...] Where: - <pattern> A regular expression to search for - <replacement> An optional replacement string + <pattern> A regular expression to search for. + <replacement> An optional replacement string + (use \1, \2, etc. to reference captured groups). Options: - -a, --apply Substitute all occurrences of <pattern> with <replacement> in all files + -a, --apply Substitute all occurrences of <pattern> with <replacement> 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.