nushell/crates
2024-07-28 07:24:39 -05:00
..
nu_plugin_custom_values bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_example bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_formats bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_gstat bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_inc bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_nu_example bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_polars bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_python bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_query bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu_plugin_stress_internals bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-cli bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-cmd-base bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-cmd-extra bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-cmd-lang bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-cmd-plugin bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-color-config bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-command bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-derive-value bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-engine bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-explore bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-glob bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-json bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-lsp bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-parser bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-path bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-plugin bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-plugin-core bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-plugin-engine bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-plugin-protocol bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-plugin-test-support bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-pretty-hex bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-protocol bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-std bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-system bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-table bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-term-grid bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-test-support bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nu-utils bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
nuon bump nushell to 0.96.2 for patch release 2024-07-28 07:24:39 -05:00
README.md Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00

Nushell core libraries and plugins

These sub-crates form both the foundation for Nu and a set of plugins which extend Nu with additional functionality.

Foundational libraries are split into two kinds of crates:

  • Core crates - those crates that work together to build the Nushell language engine
  • Support crates - a set of crates that support the engine with additional features like JSON support, ANSI support, and more.

Plugins are likewise also split into two types:

  • Core plugins - plugins that provide part of the default experience of Nu, including access to the system properties, processes, and web-connectivity features.
  • Extra plugins - these plugins run a wide range of different capabilities like working with different file types, charting, viewing binary data, and more.