https://github.com/predatorx7/findin
A simple utility to recursively search and replace text in a file hierarchy
https://github.com/predatorx7/findin
command command-line-tool file files filesystem find find-and-replace search utility
Last synced: 11 months ago
JSON representation
A simple utility to recursively search and replace text in a file hierarchy
- Host: GitHub
- URL: https://github.com/predatorx7/findin
- Owner: predatorx7
- License: gpl-2.0
- Created: 2024-05-21T20:43:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T11:43:32.000Z (about 2 years ago)
- Last Synced: 2025-06-21T16:48:23.926Z (12 months ago)
- Topics: command, command-line-tool, file, files, filesystem, find, find-and-replace, search, utility
- Language: Dart
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FindIn
A simple utility to recursively search and replace text in a file hierarchy.
## Description
A simple utility to search text, by evaluating an expression, and replace text in files while recursively descending included files and directories while searching. The search expression can be a simple text or regular expression, this can be decided using --use-regex or -r cli option.