An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://nimble.directory/pkg/fae)

[![Release](https://img.shields.io/github/release/h3rald/fae.svg)](https://github.com/h3rald/fae/releases/latest)
[![License](https://img.shields.io/github/license/h3rald/fae.svg)](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.