plugin list for plugin

List installed plugins.

Signature

> plugin list {flags}

Input/output types:

inputoutput
nothingtable<name: string, is_running: bool, pid: int, filename: string, shell: string, commands: list<string>>

Examples

List installed plugins.

> plugin list
╭───┬──────┬────────────┬────────┬───────────────────────────────┬───────┬─────────────╮
 # │ name │ is_running │  pid   │           filename            │ shell │  commands   │
├───┼──────┼────────────┼────────┼───────────────────────────────┼───────┼─────────────┤
 0 inc true 106480 /opt/nu/plugins/nu_plugin_inc ╭───┬─────╮
 0 inc
 ╰───┴─────╯
╰───┴──────┴────────────┴────────┴───────────────────────────────┴───────┴─────────────╯

Get process information for running plugins.

> ps | where pid in (plugin list).pid