commits
This updates the plugin to nushell 0.101.0. The plugin builds, tests
pass and basic functionality has been tested.
This updates the plugin to nushell 0.100.0. The plugin builds, tests
pass and basic functionality has been tested.
---------
Co-authored-by: Devyn Cairns <devyn.cairns@gmail.com>
Bump the version to 0.11.0 and change `usage` to `description` due to
https://github.com/nushell/nushell/pull/13598
Co-authored-by: Canvis-Me <canvis@zfd.mechot.canvis>
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