devblackops / Terminal-Icons

A PowerShell module to show file and folder icons in the terminal
MIT License
2.52k stars 110 forks source link

Glyphs for Jenkinsfile (already supported by nerdfonts) #112

Closed Wimpzer closed 1 year ago

Wimpzer commented 1 year ago

If you have ideas for an appropriate glyph to display for a well-known folder or file, or a particular file extension, please raise an issue.

Yes, I have for Jenkinsfile. The associated class-name from nerd-fonts is "nf-dev-jenkins" or "nf-seti-jenkins".

Wimpzer commented 1 year ago

Took a small look into the code and can see that '.jenkinsfile' is covered This means that the icon and color already exist and the enhancement is to cover the format where the file is named Jenkinsfile without any extension.

devblackops commented 1 year ago

Thanks @Wimpzer. I added this in 61fdf20. It will be included in the next release.