Yash-Handa / logo-ls

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang
MIT License
1.13k stars 46 forks source link

Unexpected character next to icon #47

Closed kttary closed 1 year ago

kttary commented 1 year ago

I have unexpected single character (⠀) after icon as follow:

unexpected_character_after_icon

How to get rid of this character?

kttary commented 1 year ago

I adapt #7 to AUR package to get rid of this:

$ git clone https://aur.archlinux.org/logo-ls.git
$ cd logo-ls
$ makepkg

Edit logo-ls/src/logo-ls-1.3.7/internal/ctw/utils.go line 9 to brailEmpty string = “\u2000”

$ makepkg -efis