Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

README.md: register -> plugin add/use

+5 -2
+5 -2
README.md
··· 18 18 19 19 From within nushell: 20 20 21 - cargo install --locked nu_plugin_dbus 22 - register ~/.cargo/bin/nu_plugin_dbus 21 + ```nushell 22 + cargo install --locked nu_plugin_dbus 23 + plugin add ~/.cargo/bin/nu_plugin_dbus 24 + plugin use dbus # or restart nu 25 + ``` 23 26 24 27 ## Usage 25 28