Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Version 0.2.0

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

+2 -1
+2 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "nu_plugin_dbus" 3 - version = "0.1.1" 3 + version = "0.2.0" 4 4 edition = "2021" 5 5 6 6 description = "Nushell plugin for communicating with D-Bus" 7 + authors = ["Devyn Cairns <devyn.cairns@gmail.com>"] 7 8 license = "MIT" 8 9 keywords = ["plugin", "dbus", "nu"] 9 10 categories = ["command-line-utilities"]