• Sign In



  • Categories

    Extension Details



    Readme

    runOnSave Extension for Nova

    Run shell command on save.

    Extension Installation

    1. Open Nova.
    2. Choose menu Extensions > Extension Library...
    3. Search extension runOnSave
    4. Click Install.

    Preferences

    subPath

    wp-content/plugins
    Define a subPath that must be part of the fullpath of the file just saved.
    If the fullpath does not include the subPath, the shell command will not be called.

    Shell command

    date
    Set the shell command to be called on save.

    Release Notes

    Version 1.0.1

    Changed process to "/bin/bash"
    Improved debug

    Version 1.0

    Initial release