Skip to content

8bitmcu/NerdFont-Cheat-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Nerd Font icons cheat sheet as a csv file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published