mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #118] Display filename with newline or other special character #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oToToT on GitHub (Oct 3, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/118
When displaying files with special character like '\n', '\t', '\r', and so on, it might cause the bar to be placed wrong.
I think it is great to encode filenames like what
lsdo before printing it out.@bootandy commented on GitHub (Oct 3, 2020):
true, good point
to reproduce:
I'll look into this