nushell-plugins/nushell/crates
2025-06-27 02:33:44 +01:00
..
nu-cli chore: add nushell 2025-06-27 02:33:44 +01:00
nu-cmd-base chore: add nushell 2025-06-27 02:33:44 +01:00
nu-cmd-extra chore: add nushell 2025-06-27 02:33:44 +01:00
nu-cmd-lang chore: add nushell 2025-06-27 02:33:44 +01:00
nu-cmd-plugin chore: add nushell 2025-06-27 02:33:44 +01:00
nu-color-config chore: add nushell 2025-06-27 02:33:44 +01:00
nu-command chore: add nushell 2025-06-27 02:33:44 +01:00
nu-derive-value chore: add nushell 2025-06-27 02:33:44 +01:00
nu-engine chore: add nushell 2025-06-27 02:33:44 +01:00
nu-explore chore: add nushell 2025-06-27 02:33:44 +01:00
nu-glob chore: add nushell 2025-06-27 02:33:44 +01:00
nu-json chore: add nushell 2025-06-27 02:33:44 +01:00
nu-lsp chore: add nushell 2025-06-27 02:33:44 +01:00
nu-parser chore: add nushell 2025-06-27 02:33:44 +01:00
nu-path chore: add nushell 2025-06-27 02:33:44 +01:00
nu-plugin chore: add nushell 2025-06-27 02:33:44 +01:00
nu-plugin-core chore: add nushell 2025-06-27 02:33:44 +01:00
nu-plugin-engine chore: add nushell 2025-06-27 02:33:44 +01:00
nu-plugin-protocol chore: add nushell 2025-06-27 02:33:44 +01:00
nu-plugin-test-support chore: add nushell 2025-06-27 02:33:44 +01:00
nu-pretty-hex chore: add nushell 2025-06-27 02:33:44 +01:00
nu-protocol chore: add nushell 2025-06-27 02:33:44 +01:00
nu-std chore: add nushell 2025-06-27 02:33:44 +01:00
nu-system chore: add nushell 2025-06-27 02:33:44 +01:00
nu-table chore: add nushell 2025-06-27 02:33:44 +01:00
nu-term-grid chore: add nushell 2025-06-27 02:33:44 +01:00
nu-test-support chore: add nushell 2025-06-27 02:33:44 +01:00
nu-utils chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_custom_values chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_example chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_formats chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_gstat chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_inc chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_javascript chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_nu_example chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_polars chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_python chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_query chore: add nushell 2025-06-27 02:33:44 +01:00
nu_plugin_stress_internals chore: add nushell 2025-06-27 02:33:44 +01:00
nuon chore: add nushell 2025-06-27 02:33:44 +01:00
README.md chore: add nushell 2025-06-27 02:33:44 +01: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.