Skip to content

Commit

Permalink
add go version of nu_plugin_plist
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred authored Jun 27, 2024
1 parent c46319b commit a5166ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@ plugins:
repository:
url: https://github.com/idanarye/nu_plugin_skim
branch: main
- name: nu_plugin_plist
language: go
repository:
url: https://github.com/ainvaltin/nu_plugin_plist
branch: main
override: # override any field in the result record (do not use unless you have to `like the plugin is written in Python`)
name: "[nu_plugin_plist](https://github.com/ainvaltin/nu_plugin_plist)"
version: "0.1.0"
description: "Nushell plist and base85 plugin implemented in Go."
plugin: "0.94.0"
protocol: "0.94.0"
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
Expand Down

0 comments on commit a5166ab

Please sign in to comment.