https://github.com/h3rald/fae
Find and Replace Utility
https://github.com/h3rald/fae
nim
Last synced: about 2 months ago
JSON representation
Find and Replace Utility
- Host: GitHub
- URL: https://github.com/h3rald/fae
- Owner: h3rald
- License: mit
- Created: 2015-05-23T17:58:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T11:41:09.000Z (over 3 years ago)
- Last Synced: 2023-04-13T04:28:35.663Z (about 2 years ago)
- Topics: nim
- Language: Nim
- Size: 709 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nimble.directory/pkg/fae)
[](https://github.com/h3rald/fae/releases/latest)
[](https://raw.githubusercontent.com/h3rald/fae/master/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.