How to Use the RunMe Plugin in Notepad++

Execute the currently open file, based on its shell association. 
Also allows opening an explorer or command shell at the file location. 
Options are available to save the current file (or all files) before execution. 
The executed file can be run in foreground, background, or hidden mode.
Context menu entries and toolbar icons are available.

Author: Franco Stellari

Homepage: https://github.com/francostellari/NppPlugins

Follow these steps to utilize the RunMe Plugin in Notepad++:

  1. Install the RunMe Plugin

    To install the RunMe Plugin, open Notepad++, go to Plugins > Plugins Admin, search for RunMe, and click Install.

    RunMe Plugin Notepad++
  2. Access RunMe Plugin

    Once installed, you can access the RunMe Plugin by navigating to Plugins > RunMe. This will allow you to execute the current open file based on its shell association, such as .py for Python scripts, .js for JavaScript files, or .sh for shell scripts.

  3. Using RunMe Plugin

    RumeMe Plugin Options

    To run a script or file, simply select Run from the RunMe menu. You can also open an explorer or command shell at the file location, providing options to save the current file or run it in the background. For example, if you have a .html file open, it will open in the default web browser (Chrome/Edge), while a .exe file will execute in the command shell.

  4. Manage RunMe Settings

    You can configure the RunMe settings by accessing the plugin options. This allows you to customize how files are executed and manage associated commands, such as specifying which interpreter to use for .py files or which application to open .html files.

  5. Save Your Changes

    After executing a file or making changes, remember to save your work in Notepad++ to ensure all modifications are retained.

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!