owenthereal / ccat

Colorizing `cat`
https://github.com/owenthereal/ccat
MIT License
3.16k stars 118 forks source link

Dockerfile highlighting breaks on wildcards #64

Open wrboyce opened 6 years ago

wrboyce commented 6 years ago
FROM base:1.0.0

RUN rm -rf /path/to/wildcard/*

RUN stuff && things
FROM base:1.0.0

RUN rm -rf /path/to/something

RUN stuff && things

In the first case everything from /* onwards is not highlighted.

qwIvan commented 6 years ago

same problem +1

shaunhp commented 5 years ago

I run into the problem with shell scripts, it seems /* just breaks it totally.

wrboyce commented 5 years ago

This may be in bad taste, but I've moved to using bat now and would recommend it to anyone wanting a better cat.

AlbaroPereyra commented 5 years ago

Someone give me a good reason to stay with ccat. Bat does everything I've always wanted to do with ccat and more. Except for twirl templates highligiting ccat someone manages to do that better.