1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-14 08:18:17 +02:00
nushell/crates
2023-09-04 21:05:00 +00:00
..
nu_plugin_custom_values Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu_plugin_example Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu_plugin_formats Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu_plugin_gstat Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu_plugin_inc Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu_plugin_python remove vectorize_over_list from python plugin () 2023-08-03 16:46:48 +02:00
nu_plugin_query Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-cli Fix example history command pipeline () 2023-09-04 19:17:56 +02:00
nu-cmd-base Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-cmd-dataframe Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-cmd-extra Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-cmd-lang Auto format let-else block () 2023-09-04 19:42:31 +12:00
nu-color-config Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-command Bump winreg from 0.50.0 to 0.51.0 () 2023-09-04 21:05:00 +00:00
nu-engine treat path contains '?' as pattern () 2023-09-03 19:25:00 -05:00
nu-explore Update crossterm/ratatui/dev-reedline () 2023-09-03 19:22:25 -05:00
nu-glob bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
nu-json bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
nu-parser Auto format let-else block () 2023-09-04 19:42:31 +12:00
nu-path Support Termux () 2023-08-28 09:53:25 +03:00
nu-plugin Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-pretty-hex bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
nu-protocol Auto format let-else block () 2023-09-04 19:42:31 +12:00
nu-std bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
nu-system upgrade nix to 0.27 () 2023-09-04 22:41:28 +02:00
nu-table Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
nu-term-grid bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
nu-test-support bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
nu-utils support tab completion cycling () 2023-09-03 19:19:39 -05: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.