what is this
it acts similarly to VSCode's command palette. you can trigger actions and search for things directly from the menu. there are already mods that do this, like too many binds or limelight, but those don't implement fuzzy search.
fuzzy search
this uses a special search syntax, where the characters in the query only have to appear in order in the target string, and capital letters enforce word boundaries. this has an advantage over standard exact substring match, as it saves typing. for example, you could match "waxed_exposed_cut_copper_stairs
" with the query "WECCi
".
controls
use R
to open the search menu. you can scroll and select using a keyboard or a mouse. Left Click
or press Enter
to trigger the primary action. Right Click
or press Shift + Enter
to trigger the secondary action.
current features
- search for items
- activate keybinds
- set/modify keybinds
planned features
- modify game options
- mod support (ex. maLiLib)
- search minecraft wiki
- run commands / command macros
stability
this is alpha software. there are probably some bugs. please submit them on the codeberg so i can fix them :3
External resources
Project members

DiamondTaco
Member