NotFlawffles / termux-nerd-installer

Termux tool to easily install nerd fonts
44 stars 1 forks source link

Listing available fonts #5

Closed Lockszmith-GH closed 1 month ago

Lockszmith-GH commented 4 months ago

Let me know what type of info you need.

Running termux on a OnePlus phone. My shell is nushell.

After making the tool, everything works. I managed to install and set the font of my choice.

Listing available fonts, however, does indeed what it is supposed to, except each line is VERY VERY long, padded with whitespace. (I captured it with less) This makes the output unreadable.

Lockszmith-GH commented 4 months ago

termux-nerd-installer list available | wc -L returned 6360

MorganJBradford commented 3 months ago

@Lockszmith-GH I'll take a look if I get the chance. In the meantime you can output the font list into a file. I just ran the following (font is my alias to the path):

"font list available >> fonts.txt"

This will output the list into a file.

Lockszmith-GH commented 3 months ago

Yes, that's what I did. Just wanted to let you know about the issue.

MorganJBradford commented 3 months ago

@Lockszmith-GH I'm actually just a user, but thank you! lol. I just submitted a PR.