Files
dotfiles/.config
Julian Prein 0ae5f17dd0 git:last-changed: Fix truncation of colored lines
`cut` counts bytes instead of printable character, making it truncate
colored lines too early.

Fix this by using awk and adding the length difference between a colored
and uncolored version to the allowed length.

COLUMNS is a shell variable and thus needs exporting for `ENVIRON` to
see it in awk.
2023-01-17 16:33:53 +01:00
..
2020-12-28 03:09:02 +01:00
2022-07-12 21:00:04 +02:00
2021-10-05 12:01:46 +02:00