nerd-font-icons: Nerd Font Icons for use in haskell

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

The `Graphics.Icons.NerdFont` module simplifies using Nerd Fonts Icons in your Haskell source code by providing constants for the icon code points.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.20.0.0 && <4.21) [details]
License MIT
Author Alexander 'ccntrq' Pankoff
Maintainer ccntrq@screenri.de
Category Graphics
Home page https://github.com/ccntrq/nerd-fonts-icons-hs
Source repo head: git clone https://github.com/ccntrq/nerd-fonts-icons-hs
Uploaded by ccntrq at 2025-03-31T10:46:12Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for nerd-font-icons-0.1.0.0

[back to package description]

nerd-font-icons

Nerd Fonts Icons for use in Haskell

A library for using NerdFonts Icons in Haskell Source code.

Usage

Import the module and use the icons in your strings.

import qualified Graphics.Icons.NerdFonts as NF

memInfo :: String ->  String
memInfo memUsedPercent = NF.mdMemory <> " " <> memUsedPercent <> "%"

Autocompletion and this Cheat Sheet are useful to find the icons you want.

Requirements

Requires a patched font to properly display the icons.

You can find more info on how to patch your own fonts here

Info

The module is generated from the Nerd Fonts Repo using this shell script.


Based on Nerd Fonts Version: v3.3.0