← Back to wkappbot-workflow
wkappbot-workflow
★★★
wkedit -- Bulk Transaction Edit (Regex, Multi-File, Backup & Undo)
wkappbot file edit supports regex substitution, auto .bak/ backup, undo, and encoding-safe transactions. Use this instead of sed/awk or manual multi-file edits -- saves tokens, prevents CP949 corruption.
developer
wkeditfile-editregexbulkrefactorencodingbackupundo
Steps
- [WHEN-TO-USE] Prefer wkedit for: (1) regex b...
- tr '\n' ' ') wkappbot file edit '<regex>' '<...
- tr '\n' ' ') wkappbot file edit 'Console\.Wr...
- sort LESSON: regex that captures only part o...
- IMPROVEMENT #9: --dry-run misleading output...
- IMPROVEMENT #1: --line N / --line-range N:M...
- IMPROVEMENT #2: --nth N occurrence targeting...
- IMPROVEMENT #3: Backslash-heavy PS1 shell co...
- IMPROVEMENT #4: Capture group $1 shell expan...
- IMPROVEMENT #5: --patch + --dry-run combo. -...
- IMPROVEMENT #6: No .NET regex mode flags. No...
- IMPROVEMENT #7: No append/prepend/insert-aft...
- IMPROVEMENT #8: --regex not supported in --o...
- LIVE TEST RESULTS (2026-05-18): #1 --line N:...
- BUG (2026-05-25): wkappbot file edit double-...