nushell/crates/nu-explore/src
2022-12-15 08:47:04 -06:00
..
commands Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
nu_common Try to fix #7380 (#7446) 2022-12-15 08:47:04 -06:00
views Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
command.rs add :q! alias to explore command (#7326) 2022-12-02 08:13:19 -06:00
events.rs nu-explore/ A few fixes. (#7334) 2022-12-03 00:12:33 +02:00
lib.rs Deliver a few fixes for explore command (#7310) 2022-12-01 12:14:56 -06:00
pager.rs nu-explore/ A few fixes. (#7334) 2022-12-03 00:12:33 +02:00