Add nu_plugin_dpkgtable

This a plugin to convert the output of dpkg --list 
(given the list of known packages in a GNU/Linux Debian system) to a nushell table
This commit is contained in:
Pablo De Nápoli 2024-02-12 21:09:58 -03:00 committed by GitHub
parent 677d694c5a
commit 8d5a5c3f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,13 @@ plugins:
language: rust
repository:
url: https://github.com/devyn/nu_plugin_dbus
branch: main
branch: main
- name: nu_plugin_dpkgtable
language: rust
repository:
url: https://github.com/pdenapo/nu_plugin_dpkgtable.git
branch: main
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)