joshuto
joshuto copied to clipboard
Can not preview text file properly
The configuration I use directly is https://github.com/kamiyaa/joshuto/tree/main/config.
But I still can't preview a text file using bat.
I am sure THAT I have installed bat.

Can not preview:

Same bug here.
I have the ansi color output feature disabled by default right now as ansi-to-tui is still unstable.
In order to continue publishing to crates.io, all dependencies must be versioned and not a git repo.
If you want to re-enable this feature, add syntax_hightlight to the default features in Cargo.toml:
[features]
default = [ "devicons", "recycle_bin", "syntax_highlight" ]
Hope this helps!
If anyone is installing through cargo, here's the command:
cargo install joshuto --features syntax_highlight
I think the ansi-to-tui problems are solved, right?
Can't we make syntax_highlight a default feature again?
Closed via b44da4d3c6a4b2764f563ce392afeb7fe9632efc
Facing same issue with the package provided on homebrew(0.9.4). Maybe a new release is required.