Minor updates.
h3rald h3rald@h3rald.com
Sun, 08 Nov 2020 18:50:05 +0100
1 files changed,
4 insertions(+),
5 deletions(-)
jump to
M
README.md
→
README.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.