nushell/crates
Stefan Holderbach 4eec4a27c7
Pin to nu-ansi-term 0.47 (#8440)
# Description

Update reedline to a commit that uses the same version as we share types

# User-Facing Changes

(-)

# Tests + Formatting

Build check
2023-03-13 23:38:18 +01:00
..
nu_plugin_custom_values Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
nu_plugin_example Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
nu_plugin_formats Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
nu_plugin_gstat Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
nu_plugin_inc Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
nu_plugin_python update nu_plugin_python due to signature changes (#8107) 2023-02-18 13:27:24 +00:00
nu_plugin_query Bump scraper from 0.14.0 to 0.15.0 (#8331) 2023-03-05 19:37:22 -08:00
nu-cli Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-cmd-lang Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-color-config Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-command Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-engine Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
nu-explore Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-glob Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
nu-json README for nu-json. Related to nushell/nushell#8253 (#8289) 2023-03-03 19:07:25 -06:00
nu-parser Disable alias recursion (#8397) 2023-03-13 06:16:26 +13:00
nu-path Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
nu-plugin Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
nu-pretty-hex Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-protocol Remove unused nu-json from nu-protocol (#8417) 2023-03-12 20:26:35 +01:00
nu-system Bump nix from 0.25.0 to 0.26.2 (#8129) 2023-03-12 09:03:02 +01:00
nu-table Pin to nu-ansi-term 0.47 (#8440) 2023-03-13 23:38:18 +01:00
nu-term-grid Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
nu-test-support Put a lock around cargo build invocations for plugin tests (#8333) 2023-03-05 19:04:12 -08:00
nu-utils add dirs command to std lib (#8368) 2023-03-11 16:31:09 -06: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.