| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/pre: Use sed(1) and handle buffering with stdbuf(1) | EuAndreh | 2025-05-05 | 1 | -4/+1 |
| | | | | | | | | | | | | | The while loop and its variables where trimming the string undesirably: $ printf '\ta\n b\n' | pre -n out out a out b Previously, pre(1) would buffer its output if it wasn't a terminal, and I didn't want to add the proprietary -u flag to the sed(1) call. Now we use stdbuf(1) instead, and get the same behaviour, besides being much much faster. | ||||
| * | src/pre: Add "-n" to prevent ":" output | EuAndreh | 2024-10-12 | 1 | -1/+16 |
| | | |||||
| * | src/pre: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+18 |
