You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would mark this as a bug. But my issue template was not accepted. Couldn't figure out why, didn't think it matters much either.
This is a problem in the latest version, possibly all versions with --header.
Current Behaviour
lsd -l --header doesn't filter ANSI sequences when not on a tty/pty lsd -l --header | less for example
Expected Behaviour:
It should filter ANSI sequences.
The text was updated successfully, but these errors were encountered:
Hi @GnikDroy, thanks for reporting this, can you append a screenshot to show your example and expected, piping lsd -l --header works fine in my case, maybe there is something I did not notice.
@zwpaper I think it is related to the underline sequence. I think I read the source and figured out where the potential problem might have been. But I did not pry further.
I would mark this as a bug. But my issue template was not accepted. Couldn't figure out why, didn't think it matters much either.
This is a problem in the latest version, possibly all versions with --header.
Current Behaviour
lsd -l --header
doesn't filter ANSI sequences when not on a tty/ptylsd -l --header | less
for exampleExpected Behaviour:
It should filter ANSI sequences.
The text was updated successfully, but these errors were encountered: