nushell/crates/nu-data/src
Andrés N. Robalino 973a8ee8f3
Allow config to work with column paths. (#2653)
Nu has many commands that allow the nuño to customize behavior such
as UI and behavior. Today, coloring can be customized, the line editor,
and other things. The more options there are, the higher the complexity
in managing them.

To mitigate this Nu can store configuration options as nested properties.

But to add and edit them can be taxing. With column path support we can
work with them easier.
2020-10-08 20:04:19 -05:00
..
base Move BTreeMap to IndexMap to preserve order (#2617) 2020-09-30 19:49:40 +13:00
config Slim down configuration readings and nu_cli clean up. (#2559) 2020-09-16 18:22:58 -05:00
utils Line charts. Chart plugin sub command extraction. (#2627) 2020-10-01 19:23:10 -05:00
base.rs Allow config to work with column paths. (#2653) 2020-10-08 20:04:19 -05:00
command.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
config.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
dict.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
lib.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
primitive.rs added blink and underline options to coloring (#2638) 2020-10-05 18:12:56 -05:00
types.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
value.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00