CLI file editing
This tool provides the ability to search and replace content in files.
Features:
- Handles very large files without using excessive memory => implemented
- Also works on file hierarchies => implemented
- matching regex => not yet
- matching blocks (as in, text that aligns on a column across multiple lines) => not yet