Hyprfindr is a small Python utility that lets you search and display your Hyprland keybinds via the terminal or as desktop notifications.
It parses your ~/.config/hypr/hyprland.conf, resolves $variables, and formats the keybinds for quick lookup.
Hyprfindr is available on the Arch User Repository (AUR). If youβre using an AUR helper like yay or paru:
yay -S hyprfindrThis will fetch the PKGBUILD, build the package, and install it for you.
If you want to build manually or use the latest Git version:
- Clone the repository
git clone https://github.com/fwtwoo/hyprfindr.git
cd hyprfindr- Install dependencies
sudo pacman -S python zenity- Run directly
python hyprfindr.py firefox- (Optional) Install to
/usr/local/binfor global access:
sudo install -Dm755 hyprfindr.py /usr/local/bin/hyprfindrusage: hyprfindr [-h] [--version] NAME
Search and display Hyprland keybinds via CLI and your notification daemon.
positional arguments:
NAME Search keybinds by application/command name, or by a key within a key combination.
options:
-h, --help show this help message and exit
--version show program's version number and exit
- Python 3
zenity(for desktop notifications)- Hyprland (for keybinds)
Licensed under the MIT License. See LICENSE for details.