list

On this page
  1. list function

list function#

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 wakterm.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
Edit this page