- Quick access to the launcher via spacebar hotkey (customizable)
- Fast search thanks to client-side indexation
- Use scoped query with keyword auto-suggestion (e.g. config, menu, action)
- Perform common tasks quickly such as "Clear Cache" and "Reindex All"
- Default indexers: menu, config, actions
- Other available indexers (disabled by default): products, categories, customers, orders, promotions, attributes
- Add your own logic easily by writing custom indexers and actions
Install with modgit:
$ cd /path/to/magento
$ modgit init
$ modgit clone launcher git@github.com:michaeltrimm/magento-admin-launcher.git
or download package manually:
- Download latest version here
- Unzip in Magento root folder
- Clear cache
Full overview available here.
Install with Modman
$ cd /path/to/magento
$ modman init
$ modman clone git@github.com:michaeltrimm/magento-admin-launcher.git