nushell/crates/nu-command/src/filters
Justin Ma 23a73cd31f
feat: Add search terms to find, where, exit, which and fetch, update #5093 (#5671)
* feat: Add search terms to find, where, exit, which and fetch, update #5093

* Update crates/nu-command/src/filters/where_.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/filters/find.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/shells/exit.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
2022-05-28 13:25:11 +02:00
..
drop Improve test coverage of command examples (#5650) 2022-05-26 13:51:31 -05:00
roll fix: add missing metadata for ls_colors (#4603) 2022-02-25 17:31:02 -05:00
skip Fix external extra (#4777) 2022-03-07 20:17:33 -05:00
take Move 'keep' to 'take' (#5123) 2022-04-08 08:49:28 +12:00
all.rs Add search terms for all?, any?, length, and keybindings (#5665) 2022-05-27 16:38:54 +02:00
any.rs Add search terms for all?, any?, length, and keybindings (#5665) 2022-05-27 16:38:54 +02:00
append.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
collect.rs Improve $in handling (#5137) 2022-04-09 09:41:05 +12:00
columns.rs Improve test coverage of command examples (#5650) 2022-05-26 13:51:31 -05:00
compact.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
default.rs Simplify empty?, improve default (#4797) 2022-03-09 08:46:28 -05:00
each.rs Let 'each' also send input to block (#5136) 2022-04-09 07:57:43 +12:00
empty.rs Remove 'empty' block support reminders, for now. (#5214) 2022-04-30 22:32:30 -05:00
every.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
find.rs feat: Add search terms to find, where, exit, which and fetch, update #5093 (#5671) 2022-05-28 13:25:11 +02:00
first.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
flatten.rs Make flatten works better and predictable (#5611) 2022-05-22 06:22:38 -05:00
get.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
group_by.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
group.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
headers.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
insert.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
last.rs let a simple last be a single value (#5060) 2022-04-01 23:12:31 +13:00
length.rs Add search terms for all?, any?, length, and keybindings (#5665) 2022-05-27 16:38:54 +02:00
lines.rs Streaming support for lines with raw streams (#4832) 2022-03-13 04:52:55 -07:00
merge.rs make sure no duplicate records exists during eval and merge (#5633) 2022-05-25 19:10:31 -05:00
mod.rs refactor html module (#5246) 2022-04-20 08:50:14 -05:00
move_.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
par_each.rs allow par-each to receive $in (#5229) 2022-04-19 10:02:58 +12:00
prepend.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
range.rs Fix 'range' range exclusive (#5334) 2022-04-26 13:39:38 -05:00
reduce.rs feat: apply the --numbered option to acc in reduce command. (#5575) 2022-05-18 09:49:34 -05:00
reject.rs Improve test coverage of command examples (#5650) 2022-05-26 13:51:31 -05:00
rename.rs add rename (#5534) 2022-05-13 06:47:11 -05:00
reverse.rs fix: lose ls_colors in some filters commands (#4525) 2022-02-21 08:29:51 -06:00
rotate.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
select.rs fix select tests (#5577) 2022-05-18 06:20:26 -05:00
shuffle.rs added missing metadata for drop and uniq #4763 (#4908) 2022-03-24 07:27:01 +13:00
sort_by.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
sort.rs Change description of sort (#5355) 2022-04-28 14:33:26 -05:00
split_by.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
transpose.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
uniq.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
update_cells.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
update.rs Add insert/update to lists (#4873) 2022-03-19 10:12:54 +13:00
upsert.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
where_.rs feat: Add search terms to find, where, exit, which and fetch, update #5093 (#5671) 2022-05-28 13:25:11 +02:00
window.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
wrap.rs Improve test coverage of command examples (#5650) 2022-05-26 13:51:31 -05:00
zip.rs refactor html module (#5246) 2022-04-20 08:50:14 -05:00