macOS
brew install reprenlocal Homebrew formula metadata
brew / rank 7833
Rename anything using powerful regex search and replace. Version 3.1.1 via Homebrew; verified 2026-08-27. Also installable with nix: nix profile install nixpkgs#repren.
install
brew install reprenlocal Homebrew formula metadata
nix profile install nixpkgs#reprennixpkgs package indexes · pkgs/by-name/re/repren/package.nix · source: api.github.com
overview
Rename anything using powerful regex search and replace
history
repren is a command-line tool for applying literal or regular-expression replacements to file contents and paths. It emphasizes safe bulk changes through previews, backups, atomic operations, and undo support.
repren was created by Jonathan Levy as a general-purpose power-renaming and text-refactoring utility. It is implemented as a self-contained Python program with no runtime dependencies.
The project later added explicit coding-agent support while retaining its original command-line workflow for human users.
Distributed through Homebrew and Nix according to source_facts.package-manager; the official project also supports installation through uv and direct execution with uvx.
Users can rewrite standard input, edit selected files in place, or recursively process directory trees. Patterns may be provided on the command line or in tab-separated pattern files.
A typical workflow previews a refactor with `--dry-run`, applies it, reviews the resulting diff, and then either restores `.orig` backups with `--undo` or removes them with `--clean-backups`.
repren combines content replacement and filesystem renaming in one dependency-free Python utility. Dry runs, atomic writes, backups, undo support, simultaneous substitutions, and case-preserving renames make it useful for broad mechanical refactors.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
repren | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/jlevy/repren
install metadata
| Package key | brew:repren |
|---|---|
| Version | 3.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/repren |
| Homepage | https://github.com/jlevy/repren |
| Repository | https://github.com/jlevy/repren |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/8f/2b/74f60c028f4ad0d74b700e508486cf837749c9d1d5a12d56c6086942375e/repren-3.1.1.tar.gz |
| Last updated | 2026-08-27T10:07:38Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | repren |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
repren
nix profile install nixpkgs#reprensource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.