dylanaraps / fff

📁 A simple file manager written in bash.
MIT License
4.07k stars 171 forks source link

[Feature] DevIcons/NerdFonts Support #161

Open Sidd-Dino opened 3 years ago

Sidd-Dino commented 3 years ago

I saw the issue #122 and i thought i might try to give a go. There might be bugs so feel free to point them out :D

Screenshot

Sidd-Dino commented 3 years ago

The icons can be toggled on and off with the variable FFF_FILE_ICON Set it to 1 to display icons.

Sidd-Dino commented 3 years ago

It requires further simplification and cleanup but this is nothing but a basic implementation I'll clean it up later

Sidd-Dino commented 3 years ago

I cleaned up the repetitions. I've checked as far as i can. It seems to work.

guilhermeprokisch commented 2 years ago

Thanks for that! Even it's not merged yet :)