georgringer / module-search
Module search for TYPO3 backend toolbar — quick module/page navigation
Package info
github.com/georgringer/module_search
Language:JavaScript
Type:typo3-cms-extension
pkg:composer/georgringer/module-search
Fund package maintenance!
0.1.0
2026-06-11 18:12 UTC
Requires
- typo3/cms-backend: ^14.3
- typo3/cms-core: ^14.3
README
Proof of concept — module search for the TYPO3 backend sidebar.
Requires TYPO3 ^14.3.
What it does
Adds a search button to the backend sidebar. Opens a command palette dialog (also via keyboard shortcut) to quickly navigate to modules, trigger actions, or find records.
Keyboard shortcut: Ctrl+Shift+F / ⌘⇧F
Search prefixes:
| Prefix | Scope |
|---|---|
> query |
Modules only |
! query |
Actions only (e.g. flush caches, create page) |
# query |
Records via live search |
| (no prefix) | Modules + actions + records combined |
When opened with no query, recently opened documents are shown (requires EXT:opendocs).
Installation
composer req georgringer/module-search