Commit graph

7 commits

Author SHA1 Message Date
exe.dev user aa680eea69 Add 'Remove Blank Lines' and 'Keep Substring Matching' text processors
All checks were successful
Build / build (push) Successful in 2m59s
- 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>
2026-04-14 23:26:59 +00:00
Leon Mika c5f8d9e82e Added Lines:UCL for processing UCL commands
Some checks failed
Build / build (push) Successful in 2m4s
Release Build / build (push) Failing after 45s
2026-03-15 10:17:23 +11:00
Leon Mika 855a0aa114 Added go template processor
All checks were successful
Build / build (push) Successful in 34s
2026-03-14 22:47:56 +11:00
Leon Mika e679b1607d Added another split option
All checks were successful
Build / build (push) Successful in 58s
2026-01-27 20:57:50 +11:00
Leon Mika 3cb5795ca5 Added some more commands and mades some quality of life improvements
All checks were successful
Build / build (push) Successful in 4m27s
2026-01-25 11:00:40 +11:00
Leon Mika 3a23118036 Have made some large improvements
All checks were successful
Build / build (push) Successful in 2m48s
- Added support for multiple cursors
- Enabled wrapping
- Added uppercase, lowercase, and lorem ipsum support
- Added support for processing only selected ranges
2025-09-14 21:58:30 +10:00
Leon Mika 41daf7cfc9 Have got text transformations working 2025-09-06 11:26:54 +10:00