Skip to content

list function

Since: Version 20230320-124340-559cb7b0

The functionality described in this section requires version 20230320-124340-559cb7b0 of wezterm, or a more recent version.

Will return a table array listing all the plugin repos in the plugin directory

Each entry has three fields:

  • url: The URL of the plugin repo, as provided to the wezterm.plugin.require function
  • component: The encoded name of the plugin, derived from the repo URL
  • plugin_dir: The absolute location of the plugin checkout in the Wezterm runtime directory. Use this to set the plugin path if needed