commits
I didn't realize that plugin registration is persisted between runs of
nushell in the `plugin.nu` config file (`$nu.plugin-path`)
Because of this, `register` really only needs to be run when you install
or update the plugin.
Adding plugin registrations to `config.nu` leads to longer startup times
and is probably best avoided
Major features:
* Add `dbus introspect` command for introspecting D-Bus objects in a
format more friendly to nushell than XML
* Add `dbus list` command for finding connection names available on the
bus
I didn't realize that plugin registration is persisted between runs of
nushell in the `plugin.nu` config file (`$nu.plugin-path`)
Because of this, `register` really only needs to be run when you install
or update the plugin.
Adding plugin registrations to `config.nu` leads to longer startup times
and is probably best avoided