nushell/crates/nu-command/src/filters
JT 6d4784a7c1
Make 'each' implicitly filter out nothings (#4546)
* Make 'each' implicitly filter out nothings

* another example
2022-02-21 15:49:08 -05:00
..
drop feat: add examples for length,lines,reject,benchmark and drop column (#4547) 2022-02-18 19:03:24 -06:00
keep Rename some files (#952) 2022-02-05 12:35:02 -05:00
roll roll commands (#4437) 2022-02-12 06:11:54 -05:00
skip Add binary support to 'skip' (#4588) 2022-02-21 13:23:43 -05:00
all.rs Fixing captures (#723) 2022-01-12 15:06:56 +11:00
any.rs Fixing captures (#723) 2022-01-12 15:06:56 +11:00
append.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
collect.rs Fixing captures (#723) 2022-01-12 15:06:56 +11:00
columns.rs Move 'nth' into 'select' (#4385) 2022-02-09 09:59:40 -05:00
compact.rs Ported compact command to engine-q (#558) 2021-12-23 14:08:39 +11:00
default.rs Fix default duplicates column (#4452) 2022-02-13 05:38:46 -05:00
each_group.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
each_window.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
each.rs Make 'each' implicitly filter out nothings (#4546) 2022-02-21 15:49:08 -05:00
empty.rs Strip trailing whitespace in files (#4575) 2022-02-21 08:38:15 -05:00
every.rs Port the every command (#626) 2021-12-31 10:41:18 +11:00
find.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
first.rs fix: lose ls_colors in some filters commands (#4525) 2022-02-21 08:29:51 -06:00
flatten.rs Strip trailing whitespace in files (#4575) 2022-02-21 08:38:15 -05:00
get.rs Add rest to get, bump reedline (#760) 2022-01-17 02:40:11 +11:00
group_by.rs Fix "Index out of bounds" when input to the group-by filter is empty. #4369 (#4382) 2022-02-09 08:47:47 -06:00
headers.rs refactor: change column names from 'Column*' to 'column*' (#4556) 2022-02-19 19:26:47 -05:00
last.rs fix: lose ls_colors in some filters commands (#4525) 2022-02-21 08:29:51 -06:00
length.rs feat: add examples for length,lines,reject,benchmark and drop column (#4547) 2022-02-18 19:03:24 -06:00
lines.rs feat: add examples for length,lines,reject,benchmark and drop column (#4547) 2022-02-18 19:03:24 -06:00
merge.rs Port move (#833) 2022-01-24 21:43:38 +02:00
mod.rs roll commands (#4437) 2022-02-12 06:11:54 -05:00
move_.rs Port move (#833) 2022-01-24 21:43:38 +02:00
par_each_group.rs Oops, match semantics of each group/window (#967) 2022-02-06 21:26:01 -05:00
par_each.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
prepend.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
range.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
reduce.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
reject.rs feat: add examples for length,lines,reject,benchmark and drop column (#4547) 2022-02-18 19:03:24 -06:00
rename.rs Port detect columns (#892) 2022-01-30 07:52:24 -05:00
reverse.rs fix: lose ls_colors in some filters commands (#4525) 2022-02-21 08:29:51 -06:00
rotate.rs refactor: change column names from 'Column*' to 'column*' (#4556) 2022-02-19 19:26:47 -05:00
select.rs Move 'nth' into 'select' (#4385) 2022-02-09 09:59:40 -05:00
shuffle.rs feat: update: #4518, Add examples for command: hide, history, from yml, def-env, and table (#4581) 2022-02-21 07:52:50 -06:00
sort_by.rs Use partial_cmp and make -i case insensitive (#4498) 2022-02-16 11:12:49 -05:00
split_by.rs command(split-by) (#897) 2022-01-30 18:29:21 -05:00
transpose.rs refactor: change column names from 'Column*' to 'column*' (#4556) 2022-02-19 19:26:47 -05:00
uniq.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
update_cells.rs Port update cells command (#891) 2022-01-30 23:41:05 +02:00
update.rs Add or update examples for some commands (#4521) 2022-02-18 07:06:52 -06:00
where_.rs Improve comparison errors (#4541) 2022-02-18 17:11:27 -05:00
wrap.rs Add or update examples for some commands (#4521) 2022-02-18 07:06:52 -06:00
zip_.rs Port merge command from Nushell (#808) 2022-01-22 01:50:26 +02:00