pix31
v2.0.0
Published
A CLI to discover and copy pixelarticons SVG icons to your clipboard.
Downloads
54
Readme
pix31
A terminal-based icon picker for pixelarticons. Browse, search, and copy SVG icons to your clipboard.
Usage
npx pix31This launches an interactive terminal UI where you can:
- Browse all 486 pixelarticons in an adaptive grid
- Filter by typing — the grid updates in real-time as you type
- Navigate with arrow keys to select an icon
- Copy by pressing Enter — the selected SVG is copied to your clipboard
Controls
| Key | Action | |-----|--------| | Type | Filter icons by name | | Arrow keys | Navigate the grid | | Enter | Copy selected icon SVG to clipboard | | Escape | Clear filter / exit | | q | Quit (when filter is empty) |
How it works
On first run, pix31 fetches the icon catalog from pixelarticons.com/legacy and caches it locally (~/.cache/pix31/). Subsequent runs use the cache for instant startup.
Feedback
If you have feedback or catch a bug, open an issue!
Acknowledgments
This project uses SVG icons from pixelarticons.
