Skip to content

Commit

Permalink
Merge pull request #84 from WindSoilder/mongo
Browse files Browse the repository at this point in the history
Add nu_plugin_mongo
  • Loading branch information
fdncred authored Oct 21, 2024
2 parents 71eee97 + 237b74b commit c9d6ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [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_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.
- [nu_plugin_net](https://crates.io/crates/nu_plugin_net): List network interfaces on any platform.
- [nu_plugin_pnet](https://github.com/fdncred/nu_plugin_pnet): Same as `nu_plugin_net` but named `pnet` to avoid conflict with Windows `net` built-in.
Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ plugins:
repository:
url: https://github.com/Euphrasiologist/nu_plugin_bio
branch: main
- name: nu_plugin_mongo
language: rust
repository:
url: https://github.com/WindSoilder/nu_plugin_mongo
branch: main
- name: nu_plugin_regex
language: rust
repository:
Expand Down

0 comments on commit c9d6ebf

Please sign in to comment.