Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nu_plugin_dpkgtable #39

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
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
  • Loading branch information
pdenapo committed Feb 13, 2024
commit 8d5a5c3f90d8f9272b858c277597b113793edc91
8 changes: 7 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down