nushell/crates
Reilly Wood dcab255d59
Support running batch files without typing their extension (#6278)
* Support running batch files without typing their extension

* suppress warning
2022-08-09 19:24:08 -04:00
..
nu-cli bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-color-config bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-command Support running batch files without typing their extension (#6278) 2022-08-09 19:24:08 -04:00
nu-engine bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-glob bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-json bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-parser bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-path bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-plugin bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-pretty-hex bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-protocol bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-system Fix intermittent test crash (#6268) 2022-08-09 14:06:46 +12:00
nu-table bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-term-grid bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-test-support bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu-utils bump lscolors to v12.0 (#6272) 2022-08-09 09:32:30 -05:00
nu_plugin_custom_values bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu_plugin_example bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu_plugin_gstat bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu_plugin_inc bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12:00
nu_plugin_python fix python plugin example (#6242) 2022-08-05 23:57:31 -04:00
nu_plugin_query bump dev version ahead of language changes (#6267) 2022-08-09 08:15:41 +12: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.