Jinx helps WordPress admins quickly find and navigate to any admin screen using an AI-powered search modal. No more clicking through endless menus—just search and go!
- Search for any admin screen by keyword
- Modal opens via admin bar button or keyboard shortcut (Cmd+J / Ctrl+J)
- Instant filtering of all admin and plugin menu items
- Keyboard navigation (up/down/enter) in the modal
- Secure REST API endpoint for menu data
- Settings page for API key, LLM provider, and manual menu rescan
- Debug view of scanned menu structure
- Upload the plugin files to the
/wp-content/plugins/jinxdirectory. - Activate the plugin through the 'Plugins' screen in WordPress.
- Go to Settings > Jinx to configure the plugin and rescan menus if needed.
- Click the Jinx button in the WordPress admin bar, or press Cmd+K (Mac) / Ctrl+K (Windows/Linux) anywhere in the admin.
- Start typing to search for admin screens. Use the arrow keys to navigate results and press Enter to go to a screen.
- To update the menu list after installing/removing plugins, use the Rescan Menus button on the settings page.
- Menu scanning logic is in
includes/class-menu-scanner.php. - Modal UI logic is in
js/modal.jsand styled inassets/styles.css. - REST API endpoint is in
includes/class-api.php. - Settings page is in
includes/class-settings.php. - Debug output of scanned menus is shown on the settings page.
- Initial release.
GPLv2 or later


