-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--icons icon customization #535
Comments
Also looking at the list right now, it's got definitions for The |
Also a lot of icons are missing compared for example with lsd see https://github.com/Peltoche/lsd/blob/master/src/icon.rs |
Agreed. |
partial duplicate: #665 |
Where do the icon codes come from? I'd like to make some PRs to incorporate more icons such as the .tf file extension for Terraform files |
@obvionaoe in a search of the nerd-fonts repo this file is the only hit: https://github.com/ryanoasis/nerd-fonts/blob/v2.1.0/css/nerd-fonts-generated.css |
Has anyone had any experience here? I also would like to add (or override) some of the icons that show up for specific file types. |
Read the top of the repo README.md. Ask at eza |
The new
--icons
flag hardcodes the list of known icons. There should be a means by which I can teach it about new icons to use, or override the existing ones.I'd also suggest tweaking the default icon from
'\u{f15b}'
(filled document icon) to'\u{f016}'
(outline document icon), as the filled style seems more emphatic than most of the other icons, and in particular compared to the folder icon. The default icon shouldn't overshadow the icons for more specific filetypes.The text was updated successfully, but these errors were encountered: