https://github.com/aaronedev/nerdfont-icon-rofi-picker
A simple rofi-based picker for nerd font icons. Browse through thousands of icons with fuzzy search and copy them to your clipboard.
https://github.com/aaronedev/nerdfont-icon-rofi-picker
icons menu nerdfonts picker rofi
Last synced: 8 months ago
JSON representation
A simple rofi-based picker for nerd font icons. Browse through thousands of icons with fuzzy search and copy them to your clipboard.
- Host: GitHub
- URL: https://github.com/aaronedev/nerdfont-icon-rofi-picker
- Owner: aaronedev
- Created: 2025-08-24T09:32:17.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-10-03T14:41:46.000Z (9 months ago)
- Last Synced: 2025-10-04T00:49:46.244Z (9 months ago)
- Topics: icons, menu, nerdfonts, picker, rofi
- Language: Shell
- Homepage: https://github.com/aaronedev
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nerd Font Rofi Picker
A simple rofi-based picker for nerd font icons. Browse through thousands of icons with fuzzy search and copy them to your clipboard.
## Usage
```bash
./nerd_rofi_picker.sh
```
- Type to search for icons
- Select with Enter to copy to clipboard
- ESC to exit
## Options
```bash
./nerd_rofi_picker.sh --update # Force update nerd font data
```
## Requirements
- rofi
- wl-copy (Wayland) or xclip (X11)
- A nerd font installed
## How it works
The script uses a git submodule to fetch the latest nerd font data, processes it for better performance, and presents it through rofi with a nice theme. Icons are automatically copied to your clipboard when selected.
Data updates automatically once a week, or you can force an update with the `--update` flag.