Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lolcat disrespects tabs purpose #146

Open
gulhe opened this issue Apr 4, 2024 · 0 comments
Open

lolcat disrespects tabs purpose #146

gulhe opened this issue Apr 4, 2024 · 0 comments

Comments

@gulhe
Copy link

gulhe commented Apr 4, 2024

It does force replace them with ' ' (8 spaces)
And while it is generally fine with me as I don't care too much about it in some specific cases it was a problem.

I have some workaround
like

expand <(echo -e "<string with tabs in it>") | lolcat

instead of

echo -e "<string with tabs in it>" | lolcat

But if lolcat could handle that natively that would be great (I'll try to do a PR sometime but I'm no ruby expert)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant