JS Launcher – Version 2.0.2 is released

Hello friends, A new version of JS Launcher is released now. The latest version 2.0.2, includes the functionality to go to any category using launcher popup.

Press CTRL+M and start typing the category name, it will give you all the matching categories. Select and press enter or click on desired category to go to category edit page.

JS Launcher – Category Search
JS Launcher – Category Search

JS Launcher 2.1 – Magento 2 Navigation Launcher

Latest version, 2.1, of JS Launcher is released with new features added. With this version, you can navigate to CMS Pages and CMS Blocks using the launcher. Type in CMS Page name or Page title to go to any CMS page and Static block title or identifier for any static blocks.

Get the latest version from GitHub or install using composer.

 composer require jsutariya/launcher
php bin/magento module:enable JS_Launcher
php bin/magento setup:upgrade
php bin/magento cache:flush

With current version, you can search and navigate to below using launcher panel.

  • Menu Pages
  • Configuration section
  • Orders
  • Products
  • Customers
  • CMS Pages
  • CMS Blocks

Just Press CTRL+M to launch it and type in where you want to go or what you want to edit.

JS Launcher 2.0 – Magento 2 Navigation Launcher

The latest version for JS Launcher is released now with a lot of new features and code improvements. With previous versions, you were able to navigate through admin panel navigation links and configuration sections. With latest module, you can navigate through Magento products, customers and orders too.

Get the latest module from GitHub

Install using composer

 composer require jsutariya/launcher
php bin/magento module:enable JS_Launcher
php bin/magento setup:upgrade
php bin/magento cache:flush

To use JS Launcher, just press CTRL+M on any page of admin panel and start typing. You can type anything or anywhere you want to go and it will give you anything related to your search within a blink of an eye. You can type in Order ID, Customer name, Product name, Configuration section or even name of the configuration field you want to edit. It will start showing you all related results which can be opened with a single click or pressing enter button.

See below examples for how to use and navigate through Magento 2 admin panel with ease like never before.

If you want to change “Flat Rate” shipping method, just type in “flat rate”.

If you want to edit “Check Money Order” payment method, just type in “money” and it will give you a direct link to the payment method.

Type in any order number to have a direct link to that order.

Type in customer name to get a link to the customer + orders which has customer name in billing addresses.

Type in any product name to get direct link to that product.

JS Launcher 1.1 – Magento 2 Navigation Launcher

I am glad to announce the latest version for JS Launcher is released now, version 1.1.0. This version is an upgrade to last version with new features.

Version 1.0.1 supported only Magento 2 menu navigation links in launcher. With latest version, I have added support for configuration tab links in the launcher. All configuration section pages links will start with `System Configuration` prefix.

You can get the module from GitHub Or can directly update your previous module version to latest version using composer using below command.

composer update

Just open the launcher with the shortcut CTRL+M or whichever key combination you have set up for your module and type in the name of the configuration section, it will list down all matching configuration page links in a blink of an eye. Now you can directly go to any configuration section with a single click.

No more multiple clicks to reach to a configuration section. Just install JS Launcher and enjoy hassle free navigation in Magento 2 admin panel.