nushell/crates
Darren Schroeder ee5064abed
Nu ansi term update (#4988)
* WIP: Testing 0.45.1 nu-ansi-term with the new Default colors

* point reedline to git in cargo.toml
2022-03-27 16:57:31 +13:00
..
nu_plugin_example Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu_plugin_gstat Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu_plugin_inc Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu_plugin_python name change (#526) 2021-12-19 10:00:31 +00:00
nu_plugin_query Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-cli Nu ansi term update (#4988) 2022-03-27 16:57:31 +13:00
nu-color-config Nu ansi term update (#4988) 2022-03-27 16:57:31 +13:00
nu-command Nu ansi term update (#4988) 2022-03-27 16:57:31 +13:00
nu-engine Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-glob Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-json Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-parser Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-path Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-plugin Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-pretty-hex Nu ansi term update (#4988) 2022-03-27 16:57:31 +13:00
nu-protocol Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-system Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-table Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-term-grid Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-test-support Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
nu-utils Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
old Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13: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.