1
0
Go to file
2025-11-02 01:04:54 +01:00
.gitignore init repo 2025-11-01 03:49:02 +01:00
escape_test.go remove unnecessary error handling 2025-11-01 05:14:20 +01:00
go.mod init repo 2025-11-01 03:49:02 +01:00
indent_test.go simplify indent-only operation 2025-11-02 01:04:54 +01:00
indent.go simplify indent-only operation 2025-11-02 01:04:54 +01:00
lib_test.go revert flushing underlying writer 2025-11-01 20:59:45 +01:00
lib.go simplify indent-only operation 2025-11-02 01:04:54 +01:00
license documentation and license 2025-11-01 04:17:58 +01:00
Makefile init repo 2025-11-01 03:49:02 +01:00
readme.md documentation and license 2025-11-01 04:17:58 +01:00
replace_test.go remove unnecessary error handling 2025-11-01 05:14:20 +01:00
replace.go init repo 2025-11-01 03:49:02 +01:00
sequence.go init repo 2025-11-01 03:49:02 +01:00
singleline_test.go remove unnecessary error handling 2025-11-01 05:14:20 +01:00
singleline.go simplify indent-only operation 2025-11-02 01:04:54 +01:00
wrap_test.go simplify indent-only operation 2025-11-02 01:04:54 +01:00
wrap.go simplify indent-only operation 2025-11-02 01:04:54 +01:00

textedit

Textedit provides a non-regexp, streaming editor to apply basic text manipulation.

Docs:

Made in Berlin, DE