nushell/crates
2021-06-20 11:07:26 +12:00
..
nu_plugin_binaryview Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_chart Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_fetch Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_from_bson Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_from_mp4 Plugin: from_mp4 and UntaggedValue::duration fix (#3618) 2021-06-17 14:18:31 +12:00
nu_plugin_from_sqlite Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_inc Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_match Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_post Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_ps Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_query_json Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_s3 Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_selector Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_start Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_sys Add back disks and net to sys (#3639) 2021-06-17 19:57:40 +12:00
nu_plugin_textview Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_to_bson Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_to_sqlite Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_tree Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_xpath Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-ansi-term enable theming of the command line syntax (#3606) 2021-06-11 14:17:43 -05:00
nu-cli Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
nu-command Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
nu-completion Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
nu-data Series commands (#3652) 2021-06-20 10:59:39 +12:00
nu-engine Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
nu-errors Further improve arg errors (#3598) 2021-06-10 20:33:06 +12:00
nu-json Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-parser Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
nu-path Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
nu-plugin Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu-pretty-hex Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-protocol Series commands (#3652) 2021-06-20 10:59:39 +12:00
nu-source Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-stream Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
nu-table Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu-test-support Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
nu-value-ext Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
README.md Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12: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 differnt capabilities like working with different file types, charting, viewing binary data, and more.