nushell/crates
Stefan Holderbach a4809f2e68
Update reedline to improved undo-system (#6326)
* Update after Reedline API update

* Remove references to deleted `ReedlineEvent::ActionHandler`
* Update `DescriptionMenu` implementation for the new `Menu` trait
  API changes that work on `Editor` rather than `LineBuffer` objects

* Update reedline

Includes nushell/reedline#460

Co-authored-by: Ben Parks <bnprks+git@gmail.com>
2022-08-15 00:35:37 +02:00
..
nu_plugin_custom_values Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu_plugin_example Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu_plugin_gstat Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu_plugin_inc Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu_plugin_python fix python plugin example (#6242) 2022-08-05 23:57:31 -04:00
nu_plugin_query Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-cli Update reedline to improved undo-system (#6326) 2022-08-15 00:35:37 +02:00
nu-color-config Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-command make date format supports locale (#6306) 2022-08-14 08:07:04 -05:00
nu-engine Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-glob Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-json Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-parser Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-path Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-plugin Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-pretty-hex Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-protocol Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-system Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-table Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-term-grid Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-test-support Add repository info to all workspace crates (#6320) 2022-08-14 07:21:20 -05:00
nu-utils make date format supports locale (#6306) 2022-08-14 08:07:04 -05:00
old bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12: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.