Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release 0.6.1: bugfix for dbus introspect

+2 -2
+1 -1
Cargo.lock
··· 1046 1046 1047 1047 [[package]] 1048 1048 name = "nu_plugin_dbus" 1049 - version = "0.6.0" 1049 + version = "0.6.1" 1050 1050 dependencies = [ 1051 1051 "dbus", 1052 1052 "nu-plugin",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "nu_plugin_dbus" 3 - version = "0.6.0" 3 + version = "0.6.1" 4 4 edition = "2021" 5 5 6 6 description = "Nushell plugin for communicating with D-Bus"