Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 785 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 785 Bytes

NerdFont-Cheat-Sheet

nerdfont.csv is a generated CSV that includes all of the Nerd Font icons and their description, as found on Nerd Font's Cheat Sheet website.

nerdfont.txt is a more readable version of that file

Usage

You will need to open the files with an editor that has a Nerd Font installed for.

rofi

A simple icon picker can be built with rofi (or dmenu) and the provided nerdfont.txt file. This picker will copy the icon to the clipboard (requires xsel installed)

cat "nerdfont.txt" | rofi -dmenu -i | awk '{print $1}' | xsel -i -b

Updating the files

A javascript file is included updateScript.js with instructions on how to generate nerdfont.csv and nerdfont.txt