nushell/crates
2024-07-09 06:15:40 -07:00
..
nu_plugin_custom_values
nu_plugin_example
nu_plugin_formats
nu_plugin_gstat
nu_plugin_inc
nu_plugin_nu_example
nu_plugin_polars
nu_plugin_python
nu_plugin_query
nu_plugin_stress_internals
nu-cli Merge branch 'main' into ir 2024-06-25 22:44:50 -07:00
nu-cmd-base
nu-cmd-extra
nu-cmd-lang remove nu/do --use-ir, add NU_USE_IR environment variable, tested at start and by do 2024-07-09 00:26:46 -07:00
nu-cmd-plugin
nu-color-config
nu-command fix clippy. check pr: PASS 2024-07-08 21:10:41 -07:00
nu-derive-value
nu-engine set spans of arguments when passed to calls 2024-07-09 06:15:40 -07:00
nu-explore
nu-glob
nu-json
nu-lsp
nu-parser change the return keyword to return-early, use ShellError::Return :( 2024-07-09 05:09:25 -07:00
nu-path
nu-plugin
nu-plugin-core
nu-plugin-engine Merge branch 'main' into ir 2024-06-25 22:44:50 -07:00
nu-plugin-protocol Merge branch 'main' into ir 2024-06-25 22:44:50 -07:00
nu-plugin-test-support
nu-pretty-hex
nu-protocol explicitly set span of binary op output 2024-07-09 06:02:37 -07:00
nu-std
nu-system
nu-table
nu-term-grid
nu-test-support remove nu/do --use-ir, add NU_USE_IR environment variable, tested at start and by do 2024-07-09 00:26:46 -07:00
nu-utils
nuon
README.md

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.