Brandon Olin
Brandon Olin
Yep, I see that with FiraCode NF. I usually use SauceCodePro myself.
Thanks for the issue @ShrykeWindgrace. One possible enhancement would be to optimize how the RGB colors from the theme are converted to escape sequences. When a theme is loaded, it...
@waingt That sounds like a good optimization (converting glyphs, themes, and color sequences to xml during the build process).
@mattcargile PRs are welcome!
@belotn I don't think there is anything I can do in Terminal-Icons to make them play together. Terminal-Icons uses a [formatting file](https://github.com/devblackops/Terminal-Icons/blob/main/Terminal-Icons/Terminal-Icons.format.ps1xml) to change how `IO.FileSystemInfo` objects are displayed, and...
Hi @ruby-rust-perl The `tree` command outputs a string and not objects representing files or folders. `Terminal-Icons` relies on `System.IO.DirectoryInfo` and `System.IO.FileInfo` objects output from `Get-ChildItem`. There isn't an easy way...
Hi @DBremen. I like this but I think adding size info to folders with recursive traversals slows things down too much. Perhaps we can add some basic configuration system to...
Confirmed. I'd rather not create temp directories/files just to show the icons, only to delete them all a second later. I'll look into a workaround.
Created issue https://github.com/PowerShell/PowerShell/issues/15278
Definitely @potatoqualitee! I see others are having issues with getting the fonts working as well. I'll try to make that process clear.