Denys Séguret
Denys Séguret
Configuring a skin is easy, most examples in the repository do it. In your case, the properties you want to change are https://docs.rs/termimad/latest/termimad/struct.MadSkin.html#structfield.code_block and https://docs.rs/termimad/latest/termimad/struct.MadSkin.html#structfield.inline_code. You can determine yourself whether...
Are you speaking of ANSI escape codes ? To make that more concrete and ease tests, can you please send me one of those files ?
To onlookers: it was discussed [on Miaou](https://miaou.dystroy.org/3490?broot#17903246). I'll try to see how to optionnally render code with ANSI escape code in the preview
@knirch Can you have a look at https://github.com/Canop/broot/pull/1025 ?
There's obvioulsy a problem but just to be clear, the value given to --height was the available height for the broot application, not just for the tree.
This might be a good idea. I'm waiting for opinions here.
This is weird. It looks like `watch` removes the color, I have no idea why. Try this: dysk --color yes > colored Then you can check the output is colored...
I also checked there's no problem with [neowatch](https://lib.rs/crates/neowatch).
Even if it probably addresses the original motivation behind this issue, I think the polling feature would be better discussed in a dedicated GitHub issue.
Compilation does work (I just tested using https://github.com/casonadams/cross-compiler-rs) but I have no way to check whether dysk really works on this platform.