Skip to content

Enable Plugin

Plugins extend superfile’s functionality by integrating with external tools. This guide shows you how to enable and configure plugins.

Before enabling any plugin, ensure you have:

  1. Installed the required dependencies for the specific plugin
  2. Located your config file - see config file path guide

Each plugin has specific requirements. Check the plugin list for the dependencies needed for your desired plugin.

Open your config.toml file:

Terminal window
$EDITOR CONFIG_PATH

Find the plugin section in your config and change its value from false to true:

[plugins]
metadata = false
metadata = true
  1. Install exiftool (required for metadata plugin)
  2. Edit your config file:
    Terminal window
    $EDITOR CONFIG_PATH
  3. Enable the plugin:
    metadata = true
metadata = false
zoxide_support = false

Set any plugin to true to enable it, or false to disable it.

For a complete list of available plugins and their requirements, see the plugin list.

If a plugin isn’t working after enabling it:

  1. Verify dependencies - Make sure all required tools are installed and accessible in your PATH
  2. Restart superfile - Changes require restarting the application
  3. Check configuration - Ensure the plugin name is spelled correctly in your config file