nushell/crates
2022-04-11 07:37:22 +12:00
..
nu-cli Remove unused dependencies (#5145) 2022-04-10 09:14:55 +12:00
nu-color-config Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
nu-command Allows aliases in use lists (#5150) 2022-04-11 07:37:22 +12:00
nu-engine Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
nu-glob Delete LICENSE 2022-04-08 21:51:25 +12:00
nu-json nu-cli/completions: fix file completions filtering (#5122) 2022-04-08 07:31:56 +12:00
nu-parser Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
nu-path Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
nu-plugin Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
nu-pretty-hex Nu ansi term update (#4988) 2022-03-27 16:57:31 +13:00
nu-protocol Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
nu-system Remove unused dependencies (#5145) 2022-04-10 09:14:55 +12:00
nu-table Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
nu-term-grid Update LICENSE 2022-04-08 21:53:29 +12:00
nu-test-support Remove unused dependencies (#5145) 2022-04-10 09:14:55 +12:00
nu-utils Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
nu_plugin_example Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
nu_plugin_gstat update shadow-rs, update git2, remove indexmap from version (#5086) 2022-04-04 09:59:59 -05:00
nu_plugin_inc Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
nu_plugin_python Fix Python plugin (missing search terms) (#5083) 2022-04-03 20:00:53 -05:00
nu_plugin_query Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
old Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
README.md Correct spelling (#4152) 2021-11-25 11:11:20 -06: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.