nushell/crates
2022-02-07 10:04:38 -05:00
..
nu-ansi-term Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu-cli 0.59 instead 2022-02-07 10:04:38 -05:00
nu-color-config 0.59 instead 2022-02-07 10:04:38 -05:00
nu-command 0.59 instead 2022-02-07 10:04:38 -05:00
nu-engine 0.59 instead 2022-02-07 10:04:38 -05:00
nu-json 0.59 instead 2022-02-07 10:04:38 -05:00
nu-parser 0.59 instead 2022-02-07 10:04:38 -05:00
nu-path 0.59 instead 2022-02-07 10:04:38 -05:00
nu-plugin 0.59 instead 2022-02-07 10:04:38 -05:00
nu-pretty-hex 0.59 instead 2022-02-07 10:04:38 -05:00
nu-protocol 0.59 instead 2022-02-07 10:04:38 -05:00
nu-system 0.59 instead 2022-02-07 10:04:38 -05:00
nu-table 0.59 instead 2022-02-07 10:04:38 -05:00
nu-term-grid 0.59 instead 2022-02-07 10:04:38 -05:00
nu-test-support 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_chart 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_example 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_from_bson 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_from_mp4 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_from_sqlite 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_gstat 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_inc 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_match 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_python Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
nu_plugin_query 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_s3 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_start 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_to_bson 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_to_sqlite 0.59 instead 2022-02-07 10:04:38 -05:00
nu_plugin_tree 0.59 instead 2022-02-07 10:04:38 -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.