fae
Find and Edit Utility
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install fae
choosenim install fae
git clone https://git.sr.ht/~h3rald/fae
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| fae | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://git.sr.ht/~h3rald/fae |
|---|---|
| Homepage | https://h3rald.com/fae |
| Registry Source | nimble_official |
README
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.