A command palette plugin for Adminer that provides quick navigation to databases and tables using keyboard shortcuts.
Neither bragging, nor ashamed – it was written almost entirely by Cursor + Claude Sonnet 4.
🚀 Quick Access: Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) to open
🔍 Fuzzy Search: Smart search with intelligent ranking
⌨️ Keyboard Navigation: Full keyboard support with arrow keys
🖱️ Mouse Support: Seamless mouse and keyboard interaction
📊 Table Priority: Tables are prioritized over databases in search results
🎨 Modern UI: Clean, responsive design with hover effects
- Download
command-palette.phpfrom this repository - Place it in your
adminer-plugins/directory next to youradminer.phpfile - Create or update your
adminer-plugins.phpfile to include the plugin:
<?php // adminer-plugins.php
return array(
new AdminerCommandPalette(),
// You can add other plugins here
);For detailed plugin installation instructions, see the official Adminer plugins documentation.
Cmd+K/Ctrl+K: Open/close command paletteArrow Up/Down: Navigate through resultsEnter: Select and navigate to itemEscape: Close paletteCmd+J/Ctrl+J: Copy search results as JSON (debug mode)
- Search is case-insensitive and supports partial matches
- Tables are shown before databases in results
- Exact matches are prioritized over fuzzy matches
- Type part of a table or database name to quickly find it
- Adminer 5.x
The MIT License (MIT). Please see License File for more information.
