- Remove Blank Lines: filters out any lines that are empty or contain
only whitespace
- Keep Substring Matching: prompts for a regex via FilterWithArg, then
replaces each line with its first matching substring, dropping
non-matching lines
Co-authored-by: Shelley <shelley@exe.dev>
- Added support for multiple cursors
- Enabled wrapping
- Added uppercase, lowercase, and lorem ipsum support
- Added support for processing only selected ranges