Commit from GitHub Actions (Update plugin_details.md)

This commit is contained in:
GitHub-Action 2023-12-20 03:08:11 +00:00
parent d2cc01244f
commit ecdfea86be

View File

@ -1,9 +1,9 @@
|name|version|description|plugin|protocol|
|-|-|-|-|-|
|[nu_plugin_periodic_table](https://github.com/JosephTLyons/nu_plugin_periodic_table)|0.2.7|A periodic table of elements plugin for Nushell|⚠0.85.0|⚠0.85.0|
|[nu_plugin_query](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query)|0.88.0|A Nushell plugin to query JSON, XML, and various web data|✅0.88.0|✅0.88.0|
|[nu_plugin_inc](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc)|0.88.0|A version incrementer plugin for Nushell|✅0.88.0|✅0.88.0|
|[nu_plugin_gstat](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat)|0.88.0|A git status plugin for Nushell|✅0.88.0|✅0.88.0|
|[nu_plugin_query](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query)|0.88.2|A Nushell plugin to query JSON, XML, and various web data|✅0.88.2|✅0.88.2|
|[nu_plugin_inc](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc)|0.88.2|A version incrementer plugin for Nushell|✅0.88.2|✅0.88.2|
|[nu_plugin_gstat](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat)|0.88.2|A git status plugin for Nushell|✅0.88.2|✅0.88.2|
|[nu_plugin_net](https://github.com/fennewald/nu_plugin_net)|1.3.0|A nushell plugin for enumerating network interfaces in a platform-agnostic way|⚠0.87.0|⚠0.87.0|
|[nu_plugin_pnet](https://github.com/fdncred/nu_plugin_pnet)|1.3.0|A nushell plugin for enumerating network interfaces in a platform-agnostic way|⚠0.87.1|⚠0.87.1|
|[nu_plugin_bin_reader](https://github.com/WindSoilder/nu_plugin_bin_reader)|0.0.0|A high level, general binary data reader.|⛔0.0|⛔0.0|
@ -15,9 +15,9 @@
|[nu_plugin_plot](https://github.com/Euphrasiologist/nu_plugin_plot)|0.76.0|Plot graphs in nushell using numerical lists.|⚠0.87.1|⚠0.87.1|
|[nu_plugin_from_hdf5](https://github.com/Berrysoft/nu_plugin_from_hdf5)|0.1.0|A plugin to parse HDF5 files into nushell record.|⚠0.87|⚠0.87|
|[nu_plugin_from_beancount](https://github.com/jcornaz/nu_plugin_from_beancount)|2.0.0|A nushell extension to load a beancount file into nu structured data|⚠0.84.0|⚠0.84.0|
|[nu_plugin_from_bencode](https://github.com/bluk/nu_plugin_from_bencode)|0.8.1|A Nushell plugin to convert bencode data into Nu structured values.|⚠0.87.1|⚠0.87.1|
|[nu_plugin_from_bencode](https://github.com/bluk/nu_plugin_from_bencode)|0.9.0|A Nushell plugin to convert bencode data into Nu structured values.|✅0.88.1|✅0.88.1|
|[nu_plugin_dialog](https://github.com/Trivernis/nu-plugin-dialog)|0.2.0|A nushell plugin for user interaction|⚠0.78.0|⚠0.78.0|
|[nu_plugin_formats](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats)|0.88.0|An I/O plugin for a set of file formats for Nushell|✅0.88.0|✅0.88.0|
|[nu_plugin_formats](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats)|0.88.2|An I/O plugin for a set of file formats for Nushell|✅0.88.2|✅0.88.2|
|[nu_plugin_dcm](https://github.com/realcundo/nu_plugin_dcm)|0.1.8|A nushell plugin to parse Dicom files|⚠0.68|⚠0.68|
|[nu_plugin_hcl](https://github.com/Yethal/nu_plugin_hcl)|0.87.1|A nushell plugin for parsing Hashicorp Configuration Language file format|⚠0.87.1|⚠0.87.1|
|[nu_plugin_json_path](https://github.com/fdncred/nu_plugin_json_path)|0.0.4|a nushell plugin created to parse json files using jsonpath|⚠0.87.1|⚠0.87.1|
@ -28,16 +28,16 @@
|[nu_plugin_kdl](https://github.com/amtoine/nu_plugin_kdl)|0.83.2|Add support for the KDL data format to Nushell.|⚠0.83.2|⚠0.83.2|
|[nu_plugin_file](https://github.com/fdncred/nu_plugin_file)|0.1.0|a nushell plugin called file|⚠0.87.1|⚠0.87.1|
|[nu_plugin_dns](https://github.com/dead10ck/nu_plugin_dns)|1.0.4-alpha.1|A DNS utility for nushell|⚠0.86.0|⚠0.86.0|
|[nu_plugin_port_scan](https://github.com/FMotalleb/nu_plugin_port_scan)|1.0.7|A nushell plugin for scanning ports on a target|⚠0.87.1|⚠0.87.1|
|[nu_plugin_port_list](https://github.com/FMotalleb/nu_plugin_port_list)|1.2.7|A nushell plugin to list all active connections|⚠0.87.1|⚠0.87.1|
|[nu_plugin_audio_hook](https://github.com/FMotalleb/nu_plugin_audio_hook)|0.1.9|A nushell plugin to make and play sounds|⚠0.87.1|⚠0.87.1|
|[nu_plugin_desktop_notifications](https://github.com/FMotalleb/nu_plugin_desktop_notifications)|1.0.6|A nushell plugin to send desktop notifications|⚠0.87.1|⚠0.87.1|
|[nu_plugin_clipboard](https://github.com/FMotalleb/nu_plugin_clipboard)|0.3.1|A nushell plugin to copy text into clipboard or get text from it.|⚠0.87.1|⚠0.87.1|
|[nu_plugin_port_scan](https://github.com/FMotalleb/nu_plugin_port_scan)|1.0.8|A nushell plugin for scanning ports on a target|✅0.88.1|✅0.88.1|
|[nu_plugin_port_list](https://github.com/FMotalleb/nu_plugin_port_list)|1.2.8|A nushell plugin to list all active connections|✅0.88.1|✅0.88.1|
|[nu_plugin_audio_hook](https://github.com/FMotalleb/nu_plugin_audio_hook)|0.1.10|A nushell plugin to make and play sounds|✅0.88.1|✅0.88.1|
|[nu_plugin_desktop_notifications](https://github.com/FMotalleb/nu_plugin_desktop_notifications)|1.0.7|A nushell plugin to send desktop notifications|✅0.88.1|✅0.88.1|
|[nu_plugin_clipboard](https://github.com/FMotalleb/nu_plugin_clipboard)|0.3.2|A nushell plugin to copy text into clipboard or get text from it.|✅0.88.1|✅0.88.1|
|[nu_plugin_explore](https://github.com/amtoine/nu_plugin_explore)|0.1.1|A fast structured data explorer for Nushell.|⚠0.87.0|⚠0.87.0|
|[nu_plugin_qr_maker](https://github.com/FMotalleb/nu_plugin_qr_maker)|1.0.0|A nushell plugin to create qr code in terminal|⚠0.87.1|⚠0.87.1|
|[nu_plugin_qr_maker](https://github.com/FMotalleb/nu_plugin_qr_maker)|1.0.1|A nushell plugin to create qr code in terminal|✅0.88.1|✅0.88.1|
|[nu_plugin_msgpack](https://github.com/hulthe/nu_plugin_msgpack)|0.1.0||⚠0.87.1|⚠0.87.1|
|[nu_plugin_bash_env](https://github.com/tesujimath/nu_plugin_bash_env)|0.0.0|A Bash environment plugin for Nushell.|⚠0.87|⚠0.87|
|[nu_plugin_units](https://github.com/JosephTLyons/nu_plugin_units)|0.1.0|A Nushell plugin for easily converting between common units|⚠0.86.0|⚠0.86.0|
|[nu_plugin_image](https://github.com/FMotalleb/nu_plugin_image)|0.2.0|A nushell plugin to open png images in the shell and save ansi string as images (like tables or ...)|0.87.1|⚠0.87.1|
|[nu_plugin_image](https://github.com/FMotalleb/nu_plugin_image)|0.2.1|A nushell plugin to open png images in the shell and save ansi string as images (like tables or ...)|✅0.88.1|✅0.88.1|
last update at `2023-12-14 13:37:24 +00:00`
last update at `2023-12-20 03:08:10 +00:00`