Skip to content

Commit

Permalink
Merge pull request #96 from oderwat/nu_plugin_logfmt_0.0.1
Browse files Browse the repository at this point in the history
Added nu_plugin_logfmt (v0.0.1 / protocol 0.100.0)
  • Loading branch information
fdncred authored Dec 26, 2024
2 parents 54f2f4c + c72da86 commit 0f3187b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_inc](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc): Plugin to increment semantic versioning strings.
- [nu_plugin_json_path](https://github.com/fdncred/nu_plugin_json_path): A nushell plugin for parsing json that uses the json path specification.
- [nu_plugin_kdl](https://github.com/amtoine/nu_plugin_kdl): A plugin to add KDL support to Nushell.
- [nu_plugin_logfmt](https://github.com/oderwat/nu_plugin_logfmt): Nushell plugin that allows conversion between logfmt and Nushell values.
- [nu_plugin_mime](https://github.com/kik4444/nu_plugin_mime): Nushell plugin for working with mime types without performing disk access.
- [nu_plugin_mongo](https://github.com/WindSoilder/nu_plugin_mongo): A nushell plugin to interactive with mongodb.
- [nu_plugin_msgpack](https://github.com/hulthe/nu_plugin_msgpack): Nushell plugin for converting to and from msgpack.
Expand Down
11 changes: 11 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,17 @@ plugins:
description: "Nushell plist and base85 plugin implemented in Go."
plugin: "0.94.0"
protocol: "0.94.0"
- name: nu_plugin_logfmt
language: go
repository:
url: https://github.com/oderwat/nu_plugin_logfmt
branch: main
override: # override fields because it is written in go using github.com/ainvaltin/nu-plugin
name: "[nu_plugin_logfmt](https://github.com/oderwat/nu_plugin_logfmt)"
version: "0.0.1"
description: "Nushell plugin that allows conversion between logfmt and Nushell values."
plugin: "0.100.0"
protocol: "0.100.0"
- name: nu_plugin_endecode
language: rust
repository:
Expand Down

0 comments on commit 0f3187b

Please sign in to comment.