nushell/crates/nu-command/src/filters
Michael Angerman f734995170
move get_columns from the table_viewer to a central location (#628)
* get_columns is working in the columns command

* the new location of the get_columns method is nu-protocol/src/column.rs

* reference the new location of the get_columns method

* move get_columns to nu-engine
2021-12-31 17:39:58 -08:00
..
drop Add string stream and binary stream, add text decoding (#570) 2021-12-24 18:22:11 +11:00
keep Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
skip Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
all.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
any.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
append.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
collect.rs Category option for signature (#343) 2021-11-17 17:22:37 +13:00
columns.rs move get_columns from the table_viewer to a central location (#628) 2021-12-31 17:39:58 -08:00
compact.rs Ported compact command to engine-q (#558) 2021-12-23 14:08:39 +11:00
each.rs Add support for 'open' (#573) 2021-12-25 06:24:55 +11:00
empty.rs port empty command (#528) 2021-12-20 06:11:57 +11:00
every.rs Port the every command (#626) 2021-12-31 10:41:18 +11:00
first.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
flatten.rs Flatten should flatten embedded table (#534) 2021-12-21 06:03:18 +11:00
get.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
last.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
length.rs Introduce metadata into the pipeline (#397) 2021-12-02 18:59:10 +13:00
lines.rs Add line ending autodetect to 'lines' (#589) 2021-12-27 10:11:18 +11:00
mod.rs Port the every command (#626) 2021-12-31 10:41:18 +11:00
nth.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
par_each.rs Add support for 'open' (#573) 2021-12-25 06:24:55 +11: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
reject.rs Add string stream and binary stream, add text decoding (#570) 2021-12-24 18:22:11 +11:00
reverse.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
select.rs Add string stream and binary stream, add text decoding (#570) 2021-12-24 18:22:11 +11:00
shuffle.rs Category option for signature (#343) 2021-11-17 17:22:37 +13:00
uniq.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
update.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
where_.rs Preserve metatdata in where (#618) 2021-12-29 22:17:20 +11:00
wrap.rs Add support for 'open' (#573) 2021-12-25 06:24:55 +11:00
zip_.rs To html and to md (#453) 2021-12-09 19:16:35 -06:00