1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-02-20 20:08:58 +00:00
sharkdp ecd862d9ff Feature: Highlight non-printable characters
Adds a new `-A`/`--show-all` option (in analogy to GNU Linux `cat`s option) that
highlights non-printable characters like space, tab or newline.

This works in two steps:
- **Preprocessing**: replace space by `•`, replace tab by `├──┤`, replace
newline by `␤`, etc.
- **Highlighting**: Use a newly written Sublime syntax to highlight
these special symbols.

Note: This feature is not technically a drop-in replacement for GNU `cat`s
`--show-all` but it has the same purpose.
2018-11-01 22:00:47 +01:00
..
2018-06-15 16:41:51 +02:00
2018-09-05 14:42:27 +01:00
2018-08-18 19:30:35 +02:00
2018-09-05 23:45:09 +02:00
2018-09-03 21:49:26 +02:00
2018-09-05 20:33:16 +02:00
2018-05-16 22:04:12 +02:00
2018-09-05 21:38:35 +02:00
2018-08-18 19:30:35 +02:00
2018-07-17 23:28:31 +02:00
2018-09-05 21:50:16 +02:00
2018-09-05 21:56:49 +02:00
2018-10-05 18:44:51 +02:00
2018-09-05 23:45:09 +02:00
2018-09-03 21:49:26 +02:00
2018-09-05 20:33:16 +02:00
2018-07-17 23:28:31 +02:00
2018-09-05 21:56:49 +02:00
2018-10-05 18:44:51 +02:00