nushell/crates
2022-02-07 09:59:48 -05:00
..
nu-ansi-term Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-cli Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-color-config Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-command tests pass 2022-02-07 09:59:48 -05:00
nu-engine Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-json Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-parser Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-path Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-plugin Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-pretty-hex Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-protocol tests pass 2022-02-07 09:59:48 -05:00
nu-system Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-table Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-term-grid Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-test-support Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_chart Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_example Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_from_bson Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_from_mp4 Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_from_sqlite Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_gstat Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_inc Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_match Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_python Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_query Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_s3 Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_start Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_to_bson Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_to_sqlite Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_tree Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
README.md Correct spelling (#4152) 2021-11-25 11:11:20 -06: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.