it2 plugin
Manage and run it2 plugins
Description
Commands for discovering, listing, and running it2 plugins.
Plugins are external executables that extend it2's functionality.
They are discovered automatically from PATH and can enrich session listings
or perform automation tasks.
See 'it2 plugin list' to discover available plugins.
Run a plugin directly with 'it2 plugin
Commands
- it2 plugin list - List discovered plugins
- it2 plugin run - Run a plugin by name
Options inherited from parent commands
-
--format(default "text") - Output format (text, json, yaml) - affects how command results are displayed
-
--timeout - Timeout for API operations - how long to wait for iTerm2 to respond
-
--url - WebSocket URL for iTerm2 API - typically ws://localhost:1912 for local iTerm2
Aliases
plugins
See Also
- it2 - iTerm2 API Command-Line Interface