From 1157fcf37206cea3048975808163b878e61d7203 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Fri, 4 Mar 2022 20:10:09 +0800 Subject: [PATCH] fix typo, update some examples and regenerate docs (#4718) --- crates/nu-command/src/filesystem/rm.rs | 2 +- crates/nu-command/src/filters/each.rs | 2 +- crates/nu-command/src/filters/par_each.rs | 2 +- .../nu-command/src/filters/par_each_group.rs | 2 +- crates/nu-command/src/math/eval.rs | 2 +- crates/nu-command/src/platform/ansi/ansi_.rs | 2 +- crates/nu-command/src/system/ps.rs | 27 +++++++++++++++---- crates/nu-command/tests/commands/empty.rs | 2 +- crates/nu-command/tests/commands/hash_/mod.rs | 4 +-- docs/commands/alias.md | 2 +- docs/commands/all.md | 2 +- docs/commands/ansi.md | 4 +-- docs/commands/ansi_gradient.md | 2 +- docs/commands/ansi_strip.md | 2 +- docs/commands/any.md | 2 +- docs/commands/append.md | 2 +- docs/commands/benchmark.md | 2 +- docs/commands/build-string.md | 2 +- docs/commands/cal.md | 2 +- docs/commands/cd.md | 2 +- docs/commands/char.md | 2 +- docs/commands/clear.md | 2 +- docs/commands/collect.md | 2 +- docs/commands/columns.md | 2 +- docs/commands/compact.md | 2 +- docs/commands/complete.md | 2 +- docs/commands/cp.md | 2 +- docs/commands/dataframe.md | 2 +- docs/commands/date.md | 2 +- docs/commands/date_format.md | 2 +- docs/commands/date_humanize.md | 2 +- docs/commands/date_list-timezone.md | 2 +- docs/commands/date_now.md | 2 +- docs/commands/date_to-table.md | 2 +- docs/commands/date_to-timezone.md | 2 +- docs/commands/debug.md | 2 +- docs/commands/decode.md | 2 +- docs/commands/def-env.md | 2 +- docs/commands/def.md | 2 +- docs/commands/default.md | 2 +- docs/commands/describe.md | 2 +- docs/commands/detect_columns.md | 2 +- docs/commands/dfr.md | 2 +- docs/commands/dfr_aggregate.md | 2 +- docs/commands/dfr_all-false.md | 2 +- docs/commands/dfr_all-true.md | 2 +- docs/commands/dfr_append.md | 2 +- docs/commands/dfr_arg-max.md | 2 +- docs/commands/dfr_arg-min.md | 2 +- docs/commands/dfr_arg-sort.md | 2 +- docs/commands/dfr_arg-true.md | 2 +- docs/commands/dfr_arg-unique.md | 2 +- docs/commands/dfr_column.md | 2 +- docs/commands/dfr_concatenate.md | 2 +- docs/commands/dfr_contains.md | 2 +- docs/commands/dfr_count-null.md | 2 +- docs/commands/dfr_count-unique.md | 2 +- docs/commands/dfr_cumulative.md | 2 +- docs/commands/dfr_describe.md | 2 +- docs/commands/dfr_drop-duplicates.md | 2 +- docs/commands/dfr_drop-nulls.md | 2 +- docs/commands/dfr_drop.md | 2 +- docs/commands/dfr_dtypes.md | 2 +- docs/commands/dfr_filter-with.md | 2 +- docs/commands/dfr_first.md | 2 +- docs/commands/dfr_get-day.md | 2 +- docs/commands/dfr_get-hour.md | 2 +- docs/commands/dfr_get-minute.md | 2 +- docs/commands/dfr_get-month.md | 2 +- docs/commands/dfr_get-nanosecond.md | 2 +- docs/commands/dfr_get-ordinal.md | 2 +- docs/commands/dfr_get-second.md | 2 +- docs/commands/dfr_get-week.md | 2 +- docs/commands/dfr_get-weekday.md | 2 +- docs/commands/dfr_get-year.md | 2 +- docs/commands/dfr_get.md | 2 +- docs/commands/dfr_group-by.md | 2 +- docs/commands/dfr_is-duplicated.md | 2 +- docs/commands/dfr_is-in.md | 2 +- docs/commands/dfr_is-not-null.md | 2 +- docs/commands/dfr_is-null.md | 2 +- docs/commands/dfr_is-unique.md | 2 +- docs/commands/dfr_join.md | 2 +- docs/commands/dfr_last.md | 2 +- docs/commands/dfr_list.md | 19 +++++++++++++ docs/commands/dfr_melt.md | 2 +- docs/commands/dfr_not.md | 2 +- docs/commands/dfr_open.md | 2 +- docs/commands/dfr_pivot.md | 2 +- docs/commands/dfr_rename-col.md | 2 +- docs/commands/dfr_rename.md | 2 +- docs/commands/dfr_replace-all.md | 2 +- docs/commands/dfr_replace.md | 2 +- docs/commands/dfr_rolling.md | 2 +- docs/commands/dfr_sample.md | 2 +- docs/commands/dfr_set-with-idx.md | 2 +- docs/commands/dfr_set.md | 2 +- docs/commands/dfr_shape.md | 2 +- docs/commands/dfr_shift.md | 2 +- docs/commands/dfr_slice.md | 2 +- docs/commands/dfr_sort.md | 2 +- docs/commands/dfr_str-lengths.md | 2 +- docs/commands/dfr_str-slice.md | 2 +- docs/commands/dfr_strftime.md | 2 +- docs/commands/dfr_take.md | 2 +- docs/commands/dfr_to-csv.md | 2 +- docs/commands/dfr_to-df.md | 2 +- docs/commands/dfr_to-dummies.md | 2 +- docs/commands/dfr_to-lowercase.md | 2 +- docs/commands/dfr_to-nu.md | 2 +- docs/commands/dfr_to-parquet.md | 2 +- docs/commands/dfr_to-uppercase.md | 2 +- docs/commands/dfr_unique.md | 2 +- docs/commands/dfr_value-counts.md | 2 +- docs/commands/dfr_with-column.md | 2 +- docs/commands/do.md | 2 +- docs/commands/drop.md | 2 +- docs/commands/drop_column.md | 2 +- docs/commands/drop_nth.md | 2 +- docs/commands/du.md | 2 +- docs/commands/each.md | 4 +-- docs/commands/each_group.md | 2 +- docs/commands/each_window.md | 2 +- docs/commands/echo.md | 2 +- docs/commands/empty.md | 2 +- docs/commands/enter.md | 2 +- docs/commands/env.md | 2 +- docs/commands/error_make.md | 2 +- docs/commands/every.md | 2 +- docs/commands/exec.md | 2 +- docs/commands/exit.md | 2 +- docs/commands/export.md | 2 +- docs/commands/export_def-env.md | 2 +- docs/commands/export_def.md | 2 +- docs/commands/export_env.md | 2 +- docs/commands/extern.md | 2 +- docs/commands/fetch.md | 2 +- docs/commands/find.md | 2 +- docs/commands/first.md | 2 +- docs/commands/flatten.md | 2 +- docs/commands/fmt.md | 2 +- docs/commands/for.md | 2 +- docs/commands/format.md | 2 +- docs/commands/from.md | 2 +- docs/commands/from_csv.md | 2 +- docs/commands/from_eml.md | 2 +- docs/commands/from_ics.md | 2 +- docs/commands/from_ini.md | 2 +- docs/commands/from_json.md | 2 +- docs/commands/from_nuon.md | 2 +- docs/commands/from_ods.md | 2 +- docs/commands/from_ssv.md | 2 +- docs/commands/from_toml.md | 2 +- docs/commands/from_tsv.md | 2 +- docs/commands/from_url.md | 2 +- docs/commands/from_vcf.md | 2 +- docs/commands/from_xlsx.md | 2 +- docs/commands/from_xml.md | 2 +- docs/commands/from_yaml.md | 2 +- docs/commands/from_yml.md | 2 +- docs/commands/g.md | 2 +- docs/commands/get.md | 2 +- docs/commands/grid.md | 2 +- docs/commands/group-by.md | 2 +- docs/commands/hash.md | 2 +- docs/commands/hash_base64.md | 2 +- docs/commands/hash_md5.md | 2 +- docs/commands/hash_sha256.md | 2 +- docs/commands/headers.md | 2 +- docs/commands/help.md | 2 +- docs/commands/hide.md | 2 +- docs/commands/history.md | 2 +- docs/commands/if.md | 2 +- docs/commands/ignore.md | 2 +- docs/commands/input.md | 2 +- docs/commands/insert.md | 2 +- docs/commands/into.md | 2 +- docs/commands/into_binary.md | 2 +- docs/commands/into_bool.md | 2 +- docs/commands/into_datetime.md | 2 +- docs/commands/into_decimal.md | 2 +- docs/commands/into_duration.md | 27 +++++++++++++++++++ docs/commands/into_filesize.md | 2 +- docs/commands/into_int.md | 2 +- docs/commands/into_string.md | 2 +- docs/commands/keep.md | 2 +- docs/commands/keep_until.md | 2 +- docs/commands/keep_while.md | 2 +- docs/commands/keybindings.md | 2 +- docs/commands/keybindings_default.md | 2 +- docs/commands/keybindings_list.md | 2 +- docs/commands/keybindings_listen.md | 2 +- docs/commands/kill.md | 2 +- docs/commands/last.md | 2 +- docs/commands/length.md | 2 +- docs/commands/let-env.md | 2 +- docs/commands/let.md | 2 +- docs/commands/lines.md | 2 +- docs/commands/load-env.md | 2 +- docs/commands/ls.md | 2 +- docs/commands/math.md | 2 +- docs/commands/math_abs.md | 2 +- docs/commands/math_avg.md | 2 +- docs/commands/math_ceil.md | 2 +- docs/commands/math_eval.md | 4 +-- docs/commands/math_floor.md | 2 +- docs/commands/math_max.md | 2 +- docs/commands/math_median.md | 2 +- docs/commands/math_min.md | 2 +- docs/commands/math_mode.md | 2 +- docs/commands/math_product.md | 2 +- docs/commands/math_round.md | 2 +- docs/commands/math_sqrt.md | 2 +- docs/commands/math_stddev.md | 2 +- docs/commands/math_sum.md | 2 +- docs/commands/math_variance.md | 2 +- docs/commands/merge.md | 2 +- docs/commands/metadata.md | 2 +- docs/commands/mkdir.md | 2 +- docs/commands/module.md | 2 +- docs/commands/move.md | 2 +- docs/commands/mv.md | 2 +- docs/commands/n.md | 2 +- docs/commands/nth.md | 2 +- docs/commands/nu-highlight.md | 2 +- docs/commands/open.md | 2 +- docs/commands/p.md | 2 +- docs/commands/par-each.md | 4 +-- docs/commands/par-each_group.md | 4 +-- docs/commands/parse.md | 4 +-- docs/commands/path.md | 2 +- docs/commands/path_basename.md | 2 +- docs/commands/path_dirname.md | 2 +- docs/commands/path_exists.md | 2 +- docs/commands/path_expand.md | 2 +- docs/commands/path_join.md | 2 +- docs/commands/path_parse.md | 2 +- docs/commands/path_relative-to.md | 2 +- docs/commands/path_split.md | 2 +- docs/commands/path_type.md | 2 +- docs/commands/pivot.md | 2 +- docs/commands/post.md | 2 +- docs/commands/prepend.md | 2 +- docs/commands/print.md | 2 +- docs/commands/ps.md | 17 +++++++++++- docs/commands/query.md | 2 +- docs/commands/query_json.md | 2 +- docs/commands/query_web.md | 2 +- docs/commands/query_xml.md | 2 +- docs/commands/random.md | 2 +- docs/commands/random_bool.md | 2 +- docs/commands/random_chars.md | 2 +- docs/commands/random_decimal.md | 2 +- docs/commands/random_dice.md | 2 +- docs/commands/random_integer.md | 2 +- docs/commands/random_uuid.md | 2 +- docs/commands/range.md | 2 +- docs/commands/reduce.md | 2 +- docs/commands/register.md | 2 +- docs/commands/reject.md | 2 +- docs/commands/rename.md | 2 +- docs/commands/reverse.md | 2 +- docs/commands/rm.md | 4 +-- docs/commands/roll.md | 2 +- docs/commands/roll_down.md | 2 +- docs/commands/roll_left.md | 2 +- docs/commands/roll_right.md | 2 +- docs/commands/roll_up.md | 2 +- docs/commands/rotate.md | 2 +- docs/commands/run-external.md | 2 +- docs/commands/run_external.md | 17 ------------ docs/commands/save.md | 2 +- docs/commands/select.md | 2 +- docs/commands/seq.md | 2 +- docs/commands/seq_date.md | 2 +- docs/commands/shells.md | 2 +- docs/commands/shuffle.md | 2 +- docs/commands/size.md | 2 +- docs/commands/skip.md | 2 +- docs/commands/skip_until.md | 2 +- docs/commands/skip_while.md | 2 +- docs/commands/sleep.md | 2 +- docs/commands/sort-by.md | 2 +- docs/commands/source.md | 2 +- docs/commands/split-by.md | 2 +- docs/commands/split.md | 2 +- docs/commands/split_chars.md | 2 +- docs/commands/split_column.md | 2 +- docs/commands/split_row.md | 2 +- docs/commands/str.md | 2 +- docs/commands/str_camel-case.md | 2 +- docs/commands/str_capitalize.md | 2 +- docs/commands/str_collect.md | 2 +- docs/commands/str_contains.md | 2 +- docs/commands/str_downcase.md | 2 +- docs/commands/str_ends-with.md | 2 +- docs/commands/str_find-replace.md | 2 +- docs/commands/str_index-of.md | 2 +- docs/commands/str_kebab-case.md | 2 +- docs/commands/str_length.md | 2 +- docs/commands/str_lpad.md | 2 +- docs/commands/str_pascal-case.md | 2 +- docs/commands/str_reverse.md | 2 +- docs/commands/str_rpad.md | 2 +- docs/commands/str_screaming-snake-case.md | 2 +- docs/commands/str_snake-case.md | 2 +- docs/commands/str_starts-with.md | 2 +- docs/commands/str_substring.md | 2 +- docs/commands/str_to-datetime.md | 2 +- docs/commands/str_to-decimal.md | 2 +- docs/commands/str_to-int.md | 2 +- docs/commands/str_trim.md | 2 +- docs/commands/str_upcase.md | 2 +- docs/commands/sys.md | 2 +- docs/commands/table.md | 2 +- docs/commands/term_size.md | 2 +- docs/commands/to.md | 2 +- docs/commands/to_csv.md | 2 +- docs/commands/to_html.md | 2 +- docs/commands/to_json.md | 5 ++-- docs/commands/to_md.md | 2 +- docs/commands/to_nuon.md | 2 +- docs/commands/to_toml.md | 2 +- docs/commands/to_tsv.md | 2 +- docs/commands/to_url.md | 2 +- docs/commands/to_xml.md | 2 +- docs/commands/to_yaml.md | 2 +- docs/commands/touch.md | 2 +- docs/commands/transpose.md | 2 +- docs/commands/tutor.md | 2 +- docs/commands/unalias.md | 2 +- docs/commands/uniq.md | 2 +- docs/commands/update.md | 2 +- docs/commands/update_cells.md | 2 +- docs/commands/url.md | 2 +- docs/commands/url_host.md | 2 +- docs/commands/url_path.md | 2 +- docs/commands/url_query.md | 2 +- docs/commands/url_scheme.md | 2 +- docs/commands/use.md | 2 +- docs/commands/version.md | 2 +- docs/commands/view-source.md | 2 +- docs/commands/where.md | 2 +- docs/commands/which.md | 2 +- docs/commands/with-env.md | 2 +- docs/commands/wrap.md | 2 +- docs/commands/zip.md | 2 +- 347 files changed, 436 insertions(+), 374 deletions(-) create mode 100644 docs/commands/dfr_list.md create mode 100644 docs/commands/into_duration.md delete mode 100644 docs/commands/run_external.md diff --git a/crates/nu-command/src/filesystem/rm.rs b/crates/nu-command/src/filesystem/rm.rs index 7caeb1329c..bc578a93a0 100644 --- a/crates/nu-command/src/filesystem/rm.rs +++ b/crates/nu-command/src/filesystem/rm.rs @@ -48,7 +48,7 @@ impl Command for Rm { ) .switch("recursive", "delete subdirectories recursively", Some('r')) .switch("force", "suppress error when no file", Some('f')) - .switch("quiet", "supress output showing files deleted", Some('q')) + .switch("quiet", "suppress output showing files deleted", Some('q')) // .switch("interactive", "ask user to confirm action", Some('i')) .rest( "rest", diff --git a/crates/nu-command/src/filters/each.rs b/crates/nu-command/src/filters/each.rs index 6ac8d1acc5..8901795bba 100644 --- a/crates/nu-command/src/filters/each.rs +++ b/crates/nu-command/src/filters/each.rs @@ -81,7 +81,7 @@ impl Command for Each { }, Example { example: r#"[1 2 3] | each -n { |it| if $it.item == 2 { echo $"found 2 at ($it.index)!"} }"#, - description: "Iterate over each element, print the matching value and it's index", + description: "Iterate over each element, print the matching value and its index", result: Some(Value::List { vals: vec![Value::String { val: "found 2 at 1!".to_string(), diff --git a/crates/nu-command/src/filters/par_each.rs b/crates/nu-command/src/filters/par_each.rs index 32a2042553..ce602fb14e 100644 --- a/crates/nu-command/src/filters/par_each.rs +++ b/crates/nu-command/src/filters/par_each.rs @@ -39,7 +39,7 @@ impl Command for ParEach { }, Example { example: r#"[1 2 3] | par-each -n { |it| if $it.item == 2 { echo $"found 2 at ($it.index)!"} }"#, - description: "Iterate over each element, print the matching value and it's index", + description: "Iterate over each element, print the matching value and its index", result: Some(Value::List { vals: vec![Value::String { val: "found 2 at 1!".to_string(), diff --git a/crates/nu-command/src/filters/par_each_group.rs b/crates/nu-command/src/filters/par_each_group.rs index 4f4066723d..f0ce9fa932 100644 --- a/crates/nu-command/src/filters/par_each_group.rs +++ b/crates/nu-command/src/filters/par_each_group.rs @@ -32,7 +32,7 @@ impl Command for ParEachGroup { fn examples(&self) -> Vec { vec![Example { - example: "echo [1 2 3 4] | par-each group 2 { $it.0 + $it.1 }", + example: "echo [1 2 3 4] | par-each group 2 {|it| $it.0 + $it.1 }", description: "Multiplies elements in list", result: None, }] diff --git a/crates/nu-command/src/math/eval.rs b/crates/nu-command/src/math/eval.rs index 02bc56f3d2..8810599216 100644 --- a/crates/nu-command/src/math/eval.rs +++ b/crates/nu-command/src/math/eval.rs @@ -40,7 +40,7 @@ impl Command for SubCommand { fn examples(&self) -> Vec { vec![Example { - description: "Evalulate math in the pipeline", + description: "Evaluate math in the pipeline", example: "'10 / 4' | math eval", result: Some(Value::Float { val: 2.5, diff --git a/crates/nu-command/src/platform/ansi/ansi_.rs b/crates/nu-command/src/platform/ansi/ansi_.rs index 513a3c2a00..50340dc0c8 100644 --- a/crates/nu-command/src/platform/ansi/ansi_.rs +++ b/crates/nu-command/src/platform/ansi/ansi_.rs @@ -283,7 +283,7 @@ Format: # )), }, Example { - description: "Use ansi to color text (italic bright yellow on red 'Hello' with green bold 'Nu' and purble bold 'World')", + description: "Use ansi to color text (italic bright yellow on red 'Hello' with green bold 'Nu' and purple bold 'World')", example: r#"echo [(ansi -e '3;93;41m') Hello (ansi reset) " " (ansi gb) Nu " " (ansi pb) World (ansi reset)] | str collect"#, result: Some(Value::test_string( "\u{1b}[3;93;41mHello\u{1b}[0m \u{1b}[1;32mNu \u{1b}[1;35mWorld\u{1b}[0m", diff --git a/crates/nu-command/src/system/ps.rs b/crates/nu-command/src/system/ps.rs index ef52b9dd54..446370eae9 100644 --- a/crates/nu-command/src/system/ps.rs +++ b/crates/nu-command/src/system/ps.rs @@ -41,11 +41,28 @@ impl Command for Ps { } fn examples(&self) -> Vec { - vec![Example { - description: "List the system processes", - example: "ps", - result: None, - }] + vec![ + Example { + description: "List the system processes", + example: "ps", + result: None, + }, + Example { + description: "List the top 5 system processes with the highest memory usage", + example: "ps | sort-by mem | last 5", + result: None, + }, + Example { + description: "List the top 3 system processes with the highest CPU usage", + example: "ps | sort-by cpu | last 3", + result: None, + }, + Example { + description: "List the system processes with 'nu' in their names", + example: "ps | where name =~ 'nu'", + result: None, + }, + ] } } diff --git a/crates/nu-command/tests/commands/empty.rs b/crates/nu-command/tests/commands/empty.rs index 22105ea282..1ff9c2bd40 100644 --- a/crates/nu-command/tests/commands/empty.rs +++ b/crates/nu-command/tests/commands/empty.rs @@ -36,7 +36,7 @@ fn sets_block_run_value_for_an_empty_column() { [ Jason, Gedge, 10/11/2013, 1 ] [ Yehuda, Katz, 10/11/2013, '' ] ] - | empty? likes -b { 1 } + | empty? likes -b {|_| 1 } | get likes | math sum "# diff --git a/crates/nu-command/tests/commands/hash_/mod.rs b/crates/nu-command/tests/commands/hash_/mod.rs index 0a325d4549..02ea0603cb 100644 --- a/crates/nu-command/tests/commands/hash_/mod.rs +++ b/crates/nu-command/tests/commands/hash_/mod.rs @@ -33,7 +33,7 @@ fn error_when_invalid_character_set_given() { let actual = nu!( cwd: ".", pipeline( r#" - echo 'username:password' | hash base64 --character_set 'this is invalid' --encode + echo 'username:password' | hash base64 --character-set 'this is invalid' --encode "# ) ); @@ -50,7 +50,7 @@ fn base64_decode_characterset_binhex() { let actual = nu!( cwd: ".", pipeline( r#" - echo "F@0NEPjJD97kE'&bEhFZEP3" | hash base64 --character_set binhex --decode + echo "F@0NEPjJD97kE'&bEhFZEP3" | hash base64 --character-set binhex --decode "# ) ); diff --git a/docs/commands/alias.md b/docs/commands/alias.md index df184075ca..70aaf1c1fe 100644 --- a/docs/commands/alias.md +++ b/docs/commands/alias.md @@ -1,7 +1,7 @@ --- title: alias layout: command -version: 0.59.0 +version: 0.59.1 --- Alias a command (with optional flags) to a new name diff --git a/docs/commands/all.md b/docs/commands/all.md index 263f92e386..58db4a6e77 100644 --- a/docs/commands/all.md +++ b/docs/commands/all.md @@ -1,7 +1,7 @@ --- title: all? layout: command -version: 0.59.0 +version: 0.59.1 --- Test if every element of the input matches a predicate. diff --git a/docs/commands/ansi.md b/docs/commands/ansi.md index f1ff577f4c..57301990aa 100644 --- a/docs/commands/ansi.md +++ b/docs/commands/ansi.md @@ -1,7 +1,7 @@ --- title: ansi layout: command -version: 0.59.0 +version: 0.59.1 --- Output ANSI codes to change color. @@ -34,7 +34,7 @@ Use ansi to color text (rb = red bold, gb = green bold, pb = purple bold) > echo [(ansi rb) Hello " " (ansi gb) Nu " " (ansi pb) World (ansi reset)] | str collect ``` -Use ansi to color text (italic bright yellow on red 'Hello' with green bold 'Nu' and purble bold 'World') +Use ansi to color text (italic bright yellow on red 'Hello' with green bold 'Nu' and purple bold 'World') ```shell > echo [(ansi -e '3;93;41m') Hello (ansi reset) " " (ansi gb) Nu " " (ansi pb) World (ansi reset)] | str collect ``` diff --git a/docs/commands/ansi_gradient.md b/docs/commands/ansi_gradient.md index f0e70ab0f7..f00f546f09 100644 --- a/docs/commands/ansi_gradient.md +++ b/docs/commands/ansi_gradient.md @@ -1,7 +1,7 @@ --- title: ansi gradient layout: command -version: 0.59.0 +version: 0.59.1 --- draw text with a provided start and end code making a gradient diff --git a/docs/commands/ansi_strip.md b/docs/commands/ansi_strip.md index ebd3ceedc3..c45e2f836f 100644 --- a/docs/commands/ansi_strip.md +++ b/docs/commands/ansi_strip.md @@ -1,7 +1,7 @@ --- title: ansi strip layout: command -version: 0.59.0 +version: 0.59.1 --- strip ansi escape sequences from string diff --git a/docs/commands/any.md b/docs/commands/any.md index 0729341c73..04e9add15b 100644 --- a/docs/commands/any.md +++ b/docs/commands/any.md @@ -1,7 +1,7 @@ --- title: any? layout: command -version: 0.59.0 +version: 0.59.1 --- Tests if any element of the input matches a predicate. diff --git a/docs/commands/append.md b/docs/commands/append.md index ea8422ab0f..977bbbda77 100644 --- a/docs/commands/append.md +++ b/docs/commands/append.md @@ -1,7 +1,7 @@ --- title: append layout: command -version: 0.59.0 +version: 0.59.1 --- Append a row to the table. diff --git a/docs/commands/benchmark.md b/docs/commands/benchmark.md index 8346db615e..1f5d7e995a 100644 --- a/docs/commands/benchmark.md +++ b/docs/commands/benchmark.md @@ -1,7 +1,7 @@ --- title: benchmark layout: command -version: 0.59.0 +version: 0.59.1 --- Time the running time of a block diff --git a/docs/commands/build-string.md b/docs/commands/build-string.md index 4460349076..d67cec9b90 100644 --- a/docs/commands/build-string.md +++ b/docs/commands/build-string.md @@ -1,7 +1,7 @@ --- title: build-string layout: command -version: 0.59.0 +version: 0.59.1 --- Create a string from the arguments. diff --git a/docs/commands/cal.md b/docs/commands/cal.md index a11f2a5a69..de57e37003 100644 --- a/docs/commands/cal.md +++ b/docs/commands/cal.md @@ -1,7 +1,7 @@ --- title: cal layout: command -version: 0.59.0 +version: 0.59.1 --- Display a calendar. diff --git a/docs/commands/cd.md b/docs/commands/cd.md index d3dc19afe9..b8d537c914 100644 --- a/docs/commands/cd.md +++ b/docs/commands/cd.md @@ -1,7 +1,7 @@ --- title: cd layout: command -version: 0.59.0 +version: 0.59.1 --- Change directory. diff --git a/docs/commands/char.md b/docs/commands/char.md index f3a2817006..21a6151271 100644 --- a/docs/commands/char.md +++ b/docs/commands/char.md @@ -1,7 +1,7 @@ --- title: char layout: command -version: 0.59.0 +version: 0.59.1 --- Output special characters (e.g., 'newline'). diff --git a/docs/commands/clear.md b/docs/commands/clear.md index f691daacfb..23781f8f97 100644 --- a/docs/commands/clear.md +++ b/docs/commands/clear.md @@ -1,7 +1,7 @@ --- title: clear layout: command -version: 0.59.0 +version: 0.59.1 --- Clear the terminal. diff --git a/docs/commands/collect.md b/docs/commands/collect.md index f8e09ca6d0..c195319b35 100644 --- a/docs/commands/collect.md +++ b/docs/commands/collect.md @@ -1,7 +1,7 @@ --- title: collect layout: command -version: 0.59.0 +version: 0.59.1 --- Collect the stream and pass it to a block. diff --git a/docs/commands/columns.md b/docs/commands/columns.md index 06f8821022..66291bdba1 100644 --- a/docs/commands/columns.md +++ b/docs/commands/columns.md @@ -1,7 +1,7 @@ --- title: columns layout: command -version: 0.59.0 +version: 0.59.1 --- Show the columns in the input. diff --git a/docs/commands/compact.md b/docs/commands/compact.md index e40f27a19a..0507a44be5 100644 --- a/docs/commands/compact.md +++ b/docs/commands/compact.md @@ -1,7 +1,7 @@ --- title: compact layout: command -version: 0.59.0 +version: 0.59.1 --- Creates a table with non-empty rows. diff --git a/docs/commands/complete.md b/docs/commands/complete.md index 97bba953e3..20beb3c344 100644 --- a/docs/commands/complete.md +++ b/docs/commands/complete.md @@ -1,7 +1,7 @@ --- title: complete layout: command -version: 0.59.0 +version: 0.59.1 --- Complete the external piped in, collecting outputs and exit code diff --git a/docs/commands/cp.md b/docs/commands/cp.md index 5bfbb1b000..8872f9da0d 100644 --- a/docs/commands/cp.md +++ b/docs/commands/cp.md @@ -1,7 +1,7 @@ --- title: cp layout: command -version: 0.59.0 +version: 0.59.1 --- Copy files. diff --git a/docs/commands/dataframe.md b/docs/commands/dataframe.md index f92aa1bbae..e54637d8a5 100644 --- a/docs/commands/dataframe.md +++ b/docs/commands/dataframe.md @@ -1,7 +1,7 @@ --- title: dataframe layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/date.md b/docs/commands/date.md index 00fbc8d4b6..685fa42ca2 100644 --- a/docs/commands/date.md +++ b/docs/commands/date.md @@ -1,7 +1,7 @@ --- title: date layout: command -version: 0.59.0 +version: 0.59.1 --- date diff --git a/docs/commands/date_format.md b/docs/commands/date_format.md index 002d1c1ed4..b0cb64f690 100644 --- a/docs/commands/date_format.md +++ b/docs/commands/date_format.md @@ -1,7 +1,7 @@ --- title: date format layout: command -version: 0.59.0 +version: 0.59.1 --- Format a given date using a format string. diff --git a/docs/commands/date_humanize.md b/docs/commands/date_humanize.md index dd5a68226a..e36fa5e647 100644 --- a/docs/commands/date_humanize.md +++ b/docs/commands/date_humanize.md @@ -1,7 +1,7 @@ --- title: date humanize layout: command -version: 0.59.0 +version: 0.59.1 --- Print a 'humanized' format for the date, relative to now. diff --git a/docs/commands/date_list-timezone.md b/docs/commands/date_list-timezone.md index 1be9be2e13..0d9d9624f0 100644 --- a/docs/commands/date_list-timezone.md +++ b/docs/commands/date_list-timezone.md @@ -1,7 +1,7 @@ --- title: date list-timezone layout: command -version: 0.59.0 +version: 0.59.1 --- List supported time zones. diff --git a/docs/commands/date_now.md b/docs/commands/date_now.md index e29fd6ea6e..50b960ebc0 100644 --- a/docs/commands/date_now.md +++ b/docs/commands/date_now.md @@ -1,7 +1,7 @@ --- title: date now layout: command -version: 0.59.0 +version: 0.59.1 --- Get the current date. diff --git a/docs/commands/date_to-table.md b/docs/commands/date_to-table.md index 20c32b0272..3c0d71a8ac 100644 --- a/docs/commands/date_to-table.md +++ b/docs/commands/date_to-table.md @@ -1,7 +1,7 @@ --- title: date to-table layout: command -version: 0.59.0 +version: 0.59.1 --- Print the date in a structured table. diff --git a/docs/commands/date_to-timezone.md b/docs/commands/date_to-timezone.md index 35631f0a04..3c24d8c3b4 100644 --- a/docs/commands/date_to-timezone.md +++ b/docs/commands/date_to-timezone.md @@ -1,7 +1,7 @@ --- title: date to-timezone layout: command -version: 0.59.0 +version: 0.59.1 --- Convert a date to a given time zone. diff --git a/docs/commands/debug.md b/docs/commands/debug.md index 043f90bbb4..83555b3d47 100644 --- a/docs/commands/debug.md +++ b/docs/commands/debug.md @@ -1,7 +1,7 @@ --- title: debug layout: command -version: 0.59.0 +version: 0.59.1 --- Debug print the value(s) piped in. diff --git a/docs/commands/decode.md b/docs/commands/decode.md index ec99d045f2..43a88fab53 100644 --- a/docs/commands/decode.md +++ b/docs/commands/decode.md @@ -1,7 +1,7 @@ --- title: decode layout: command -version: 0.59.0 +version: 0.59.1 --- Decode bytes as a string. diff --git a/docs/commands/def-env.md b/docs/commands/def-env.md index 45020044fb..d0a9fce4cb 100644 --- a/docs/commands/def-env.md +++ b/docs/commands/def-env.md @@ -1,7 +1,7 @@ --- title: def-env layout: command -version: 0.59.0 +version: 0.59.1 --- Define a custom command, which participates in the caller environment diff --git a/docs/commands/def.md b/docs/commands/def.md index c6b57984a5..454e1fabba 100644 --- a/docs/commands/def.md +++ b/docs/commands/def.md @@ -1,7 +1,7 @@ --- title: def layout: command -version: 0.59.0 +version: 0.59.1 --- Define a custom command diff --git a/docs/commands/default.md b/docs/commands/default.md index 13f06bc9d9..b79a9fce34 100644 --- a/docs/commands/default.md +++ b/docs/commands/default.md @@ -1,7 +1,7 @@ --- title: default layout: command -version: 0.59.0 +version: 0.59.1 --- Sets a default row's column if missing. diff --git a/docs/commands/describe.md b/docs/commands/describe.md index 4a417fe42f..aebbbb9f19 100644 --- a/docs/commands/describe.md +++ b/docs/commands/describe.md @@ -1,7 +1,7 @@ --- title: describe layout: command -version: 0.59.0 +version: 0.59.1 --- Describe the value(s) piped in. diff --git a/docs/commands/detect_columns.md b/docs/commands/detect_columns.md index 66d7884469..5a1f42932a 100644 --- a/docs/commands/detect_columns.md +++ b/docs/commands/detect_columns.md @@ -1,7 +1,7 @@ --- title: detect columns layout: command -version: 0.59.0 +version: 0.59.1 --- splits contents across multiple columns via the separator. diff --git a/docs/commands/dfr.md b/docs/commands/dfr.md index d6de134698..18f1555712 100644 --- a/docs/commands/dfr.md +++ b/docs/commands/dfr.md @@ -1,7 +1,7 @@ --- title: dfr layout: command -version: 0.59.0 +version: 0.59.1 --- Dataframe commands diff --git a/docs/commands/dfr_aggregate.md b/docs/commands/dfr_aggregate.md index 75b76573b2..0615c6ca74 100644 --- a/docs/commands/dfr_aggregate.md +++ b/docs/commands/dfr_aggregate.md @@ -1,7 +1,7 @@ --- title: dfr aggregate layout: command -version: 0.59.0 +version: 0.59.1 --- Performs an aggregation operation on a dataframe and groupby object diff --git a/docs/commands/dfr_all-false.md b/docs/commands/dfr_all-false.md index b98291b1ca..6d38130e8d 100644 --- a/docs/commands/dfr_all-false.md +++ b/docs/commands/dfr_all-false.md @@ -1,7 +1,7 @@ --- title: dfr all-false layout: command -version: 0.59.0 +version: 0.59.1 --- Returns true if all values are false diff --git a/docs/commands/dfr_all-true.md b/docs/commands/dfr_all-true.md index a745087037..6c8f3e6af4 100644 --- a/docs/commands/dfr_all-true.md +++ b/docs/commands/dfr_all-true.md @@ -1,7 +1,7 @@ --- title: dfr all-true layout: command -version: 0.59.0 +version: 0.59.1 --- Returns true if all values are true diff --git a/docs/commands/dfr_append.md b/docs/commands/dfr_append.md index 4b56b91b28..0329fda0f6 100644 --- a/docs/commands/dfr_append.md +++ b/docs/commands/dfr_append.md @@ -1,7 +1,7 @@ --- title: dfr append layout: command -version: 0.59.0 +version: 0.59.1 --- Appends a new dataframe diff --git a/docs/commands/dfr_arg-max.md b/docs/commands/dfr_arg-max.md index 63d6d8eeda..1ea08e9593 100644 --- a/docs/commands/dfr_arg-max.md +++ b/docs/commands/dfr_arg-max.md @@ -1,7 +1,7 @@ --- title: dfr arg-max layout: command -version: 0.59.0 +version: 0.59.1 --- Return index for max value in series diff --git a/docs/commands/dfr_arg-min.md b/docs/commands/dfr_arg-min.md index 0436de9401..15e6bbb7b8 100644 --- a/docs/commands/dfr_arg-min.md +++ b/docs/commands/dfr_arg-min.md @@ -1,7 +1,7 @@ --- title: dfr arg-min layout: command -version: 0.59.0 +version: 0.59.1 --- Return index for min value in series diff --git a/docs/commands/dfr_arg-sort.md b/docs/commands/dfr_arg-sort.md index 6291dbee72..c86820bdb8 100644 --- a/docs/commands/dfr_arg-sort.md +++ b/docs/commands/dfr_arg-sort.md @@ -1,7 +1,7 @@ --- title: dfr arg-sort layout: command -version: 0.59.0 +version: 0.59.1 --- Returns indexes for a sorted series diff --git a/docs/commands/dfr_arg-true.md b/docs/commands/dfr_arg-true.md index 7ee7a75e56..bc0d8ae85b 100644 --- a/docs/commands/dfr_arg-true.md +++ b/docs/commands/dfr_arg-true.md @@ -1,7 +1,7 @@ --- title: dfr arg-true layout: command -version: 0.59.0 +version: 0.59.1 --- Returns indexes where values are true diff --git a/docs/commands/dfr_arg-unique.md b/docs/commands/dfr_arg-unique.md index 5cd57bead9..870c3bd4ba 100644 --- a/docs/commands/dfr_arg-unique.md +++ b/docs/commands/dfr_arg-unique.md @@ -1,7 +1,7 @@ --- title: dfr arg-unique layout: command -version: 0.59.0 +version: 0.59.1 --- Returns indexes for unique values diff --git a/docs/commands/dfr_column.md b/docs/commands/dfr_column.md index 580e4a7197..0084c0d91a 100644 --- a/docs/commands/dfr_column.md +++ b/docs/commands/dfr_column.md @@ -1,7 +1,7 @@ --- title: dfr column layout: command -version: 0.59.0 +version: 0.59.1 --- Returns the selected column diff --git a/docs/commands/dfr_concatenate.md b/docs/commands/dfr_concatenate.md index 0530a3bf74..2bc94323bf 100644 --- a/docs/commands/dfr_concatenate.md +++ b/docs/commands/dfr_concatenate.md @@ -1,7 +1,7 @@ --- title: dfr concatenate layout: command -version: 0.59.0 +version: 0.59.1 --- Concatenates strings with other array diff --git a/docs/commands/dfr_contains.md b/docs/commands/dfr_contains.md index 130867c57d..7e68519a8d 100644 --- a/docs/commands/dfr_contains.md +++ b/docs/commands/dfr_contains.md @@ -1,7 +1,7 @@ --- title: dfr contains layout: command -version: 0.59.0 +version: 0.59.1 --- Checks if a pattern is contained in a string diff --git a/docs/commands/dfr_count-null.md b/docs/commands/dfr_count-null.md index 3003a60288..45650a0644 100644 --- a/docs/commands/dfr_count-null.md +++ b/docs/commands/dfr_count-null.md @@ -1,7 +1,7 @@ --- title: dfr count-null layout: command -version: 0.59.0 +version: 0.59.1 --- Counts null values diff --git a/docs/commands/dfr_count-unique.md b/docs/commands/dfr_count-unique.md index 3e18189a61..92d54054ab 100644 --- a/docs/commands/dfr_count-unique.md +++ b/docs/commands/dfr_count-unique.md @@ -1,7 +1,7 @@ --- title: dfr count-unique layout: command -version: 0.59.0 +version: 0.59.1 --- Counts unique values diff --git a/docs/commands/dfr_cumulative.md b/docs/commands/dfr_cumulative.md index 71abb2e040..3aa2264f06 100644 --- a/docs/commands/dfr_cumulative.md +++ b/docs/commands/dfr_cumulative.md @@ -1,7 +1,7 @@ --- title: dfr cumulative layout: command -version: 0.59.0 +version: 0.59.1 --- Cumulative calculation for a series diff --git a/docs/commands/dfr_describe.md b/docs/commands/dfr_describe.md index f67f9ada3d..e98e830909 100644 --- a/docs/commands/dfr_describe.md +++ b/docs/commands/dfr_describe.md @@ -1,7 +1,7 @@ --- title: dfr describe layout: command -version: 0.59.0 +version: 0.59.1 --- Describes dataframes numeric columns diff --git a/docs/commands/dfr_drop-duplicates.md b/docs/commands/dfr_drop-duplicates.md index e16bedeaab..c23d0962c8 100644 --- a/docs/commands/dfr_drop-duplicates.md +++ b/docs/commands/dfr_drop-duplicates.md @@ -1,7 +1,7 @@ --- title: dfr drop-duplicates layout: command -version: 0.59.0 +version: 0.59.1 --- Drops duplicate values in dataframe diff --git a/docs/commands/dfr_drop-nulls.md b/docs/commands/dfr_drop-nulls.md index c990158008..8380400ec3 100644 --- a/docs/commands/dfr_drop-nulls.md +++ b/docs/commands/dfr_drop-nulls.md @@ -1,7 +1,7 @@ --- title: dfr drop-nulls layout: command -version: 0.59.0 +version: 0.59.1 --- Drops null values in dataframe diff --git a/docs/commands/dfr_drop.md b/docs/commands/dfr_drop.md index d3373456bf..f582b72875 100644 --- a/docs/commands/dfr_drop.md +++ b/docs/commands/dfr_drop.md @@ -1,7 +1,7 @@ --- title: dfr drop layout: command -version: 0.59.0 +version: 0.59.1 --- Creates a new dataframe by dropping the selected columns diff --git a/docs/commands/dfr_dtypes.md b/docs/commands/dfr_dtypes.md index 99b528259d..777fdc9a0f 100644 --- a/docs/commands/dfr_dtypes.md +++ b/docs/commands/dfr_dtypes.md @@ -1,7 +1,7 @@ --- title: dfr dtypes layout: command -version: 0.59.0 +version: 0.59.1 --- Show dataframe data types diff --git a/docs/commands/dfr_filter-with.md b/docs/commands/dfr_filter-with.md index 672833e40f..e947d4c64f 100644 --- a/docs/commands/dfr_filter-with.md +++ b/docs/commands/dfr_filter-with.md @@ -1,7 +1,7 @@ --- title: dfr filter-with layout: command -version: 0.59.0 +version: 0.59.1 --- Filters dataframe using a mask as reference diff --git a/docs/commands/dfr_first.md b/docs/commands/dfr_first.md index de743be158..2439e9524f 100644 --- a/docs/commands/dfr_first.md +++ b/docs/commands/dfr_first.md @@ -1,7 +1,7 @@ --- title: dfr first layout: command -version: 0.59.0 +version: 0.59.1 --- Creates new dataframe with first rows diff --git a/docs/commands/dfr_get-day.md b/docs/commands/dfr_get-day.md index 9a692c8f63..2378cc37a7 100644 --- a/docs/commands/dfr_get-day.md +++ b/docs/commands/dfr_get-day.md @@ -1,7 +1,7 @@ --- title: dfr get-day layout: command -version: 0.59.0 +version: 0.59.1 --- Gets day from date diff --git a/docs/commands/dfr_get-hour.md b/docs/commands/dfr_get-hour.md index e51823c64b..6b027c4ee6 100644 --- a/docs/commands/dfr_get-hour.md +++ b/docs/commands/dfr_get-hour.md @@ -1,7 +1,7 @@ --- title: dfr get-hour layout: command -version: 0.59.0 +version: 0.59.1 --- Gets hour from date diff --git a/docs/commands/dfr_get-minute.md b/docs/commands/dfr_get-minute.md index 7316bd0c4f..bb29281b5d 100644 --- a/docs/commands/dfr_get-minute.md +++ b/docs/commands/dfr_get-minute.md @@ -1,7 +1,7 @@ --- title: dfr get-minute layout: command -version: 0.59.0 +version: 0.59.1 --- Gets minute from date diff --git a/docs/commands/dfr_get-month.md b/docs/commands/dfr_get-month.md index 4257dccabf..b9136cba70 100644 --- a/docs/commands/dfr_get-month.md +++ b/docs/commands/dfr_get-month.md @@ -1,7 +1,7 @@ --- title: dfr get-month layout: command -version: 0.59.0 +version: 0.59.1 --- Gets month from date diff --git a/docs/commands/dfr_get-nanosecond.md b/docs/commands/dfr_get-nanosecond.md index 18f5e84ebd..84fd05b415 100644 --- a/docs/commands/dfr_get-nanosecond.md +++ b/docs/commands/dfr_get-nanosecond.md @@ -1,7 +1,7 @@ --- title: dfr get-nanosecond layout: command -version: 0.59.0 +version: 0.59.1 --- Gets nanosecond from date diff --git a/docs/commands/dfr_get-ordinal.md b/docs/commands/dfr_get-ordinal.md index db4aa854a4..57b1f68f62 100644 --- a/docs/commands/dfr_get-ordinal.md +++ b/docs/commands/dfr_get-ordinal.md @@ -1,7 +1,7 @@ --- title: dfr get-ordinal layout: command -version: 0.59.0 +version: 0.59.1 --- Gets ordinal from date diff --git a/docs/commands/dfr_get-second.md b/docs/commands/dfr_get-second.md index b7dc1fc64e..920fe67c69 100644 --- a/docs/commands/dfr_get-second.md +++ b/docs/commands/dfr_get-second.md @@ -1,7 +1,7 @@ --- title: dfr get-second layout: command -version: 0.59.0 +version: 0.59.1 --- Gets second from date diff --git a/docs/commands/dfr_get-week.md b/docs/commands/dfr_get-week.md index 1cc9d4f799..2573ee02a6 100644 --- a/docs/commands/dfr_get-week.md +++ b/docs/commands/dfr_get-week.md @@ -1,7 +1,7 @@ --- title: dfr get-week layout: command -version: 0.59.0 +version: 0.59.1 --- Gets week from date diff --git a/docs/commands/dfr_get-weekday.md b/docs/commands/dfr_get-weekday.md index 542e1d28e2..6b81642113 100644 --- a/docs/commands/dfr_get-weekday.md +++ b/docs/commands/dfr_get-weekday.md @@ -1,7 +1,7 @@ --- title: dfr get-weekday layout: command -version: 0.59.0 +version: 0.59.1 --- Gets weekday from date diff --git a/docs/commands/dfr_get-year.md b/docs/commands/dfr_get-year.md index d77d9ff75c..7441c59da4 100644 --- a/docs/commands/dfr_get-year.md +++ b/docs/commands/dfr_get-year.md @@ -1,7 +1,7 @@ --- title: dfr get-year layout: command -version: 0.59.0 +version: 0.59.1 --- Gets year from date diff --git a/docs/commands/dfr_get.md b/docs/commands/dfr_get.md index a291a0341f..862a7e80e6 100644 --- a/docs/commands/dfr_get.md +++ b/docs/commands/dfr_get.md @@ -1,7 +1,7 @@ --- title: dfr get layout: command -version: 0.59.0 +version: 0.59.1 --- Creates dataframe with the selected columns diff --git a/docs/commands/dfr_group-by.md b/docs/commands/dfr_group-by.md index 3582750ca6..9b9643608d 100644 --- a/docs/commands/dfr_group-by.md +++ b/docs/commands/dfr_group-by.md @@ -1,7 +1,7 @@ --- title: dfr group-by layout: command -version: 0.59.0 +version: 0.59.1 --- Creates a groupby object that can be used for other aggregations diff --git a/docs/commands/dfr_is-duplicated.md b/docs/commands/dfr_is-duplicated.md index 6e80bc78b6..d81c018cb9 100644 --- a/docs/commands/dfr_is-duplicated.md +++ b/docs/commands/dfr_is-duplicated.md @@ -1,7 +1,7 @@ --- title: dfr is-duplicated layout: command -version: 0.59.0 +version: 0.59.1 --- Creates mask indicating duplicated values diff --git a/docs/commands/dfr_is-in.md b/docs/commands/dfr_is-in.md index dfcf67a23a..67541ec1a7 100644 --- a/docs/commands/dfr_is-in.md +++ b/docs/commands/dfr_is-in.md @@ -1,7 +1,7 @@ --- title: dfr is-in layout: command -version: 0.59.0 +version: 0.59.1 --- Checks if elements from a series are contained in right series diff --git a/docs/commands/dfr_is-not-null.md b/docs/commands/dfr_is-not-null.md index 9b7453a656..63fc6a4b89 100644 --- a/docs/commands/dfr_is-not-null.md +++ b/docs/commands/dfr_is-not-null.md @@ -1,7 +1,7 @@ --- title: dfr is-not-null layout: command -version: 0.59.0 +version: 0.59.1 --- Creates mask where value is not null diff --git a/docs/commands/dfr_is-null.md b/docs/commands/dfr_is-null.md index c101520c6a..fee23caf04 100644 --- a/docs/commands/dfr_is-null.md +++ b/docs/commands/dfr_is-null.md @@ -1,7 +1,7 @@ --- title: dfr is-null layout: command -version: 0.59.0 +version: 0.59.1 --- Creates mask where value is null diff --git a/docs/commands/dfr_is-unique.md b/docs/commands/dfr_is-unique.md index 844f43d921..15e522168a 100644 --- a/docs/commands/dfr_is-unique.md +++ b/docs/commands/dfr_is-unique.md @@ -1,7 +1,7 @@ --- title: dfr is-unique layout: command -version: 0.59.0 +version: 0.59.1 --- Creates mask indicating unique values diff --git a/docs/commands/dfr_join.md b/docs/commands/dfr_join.md index ad92a0bced..985af89509 100644 --- a/docs/commands/dfr_join.md +++ b/docs/commands/dfr_join.md @@ -1,7 +1,7 @@ --- title: dfr join layout: command -version: 0.59.0 +version: 0.59.1 --- Joins a dataframe using columns as reference diff --git a/docs/commands/dfr_last.md b/docs/commands/dfr_last.md index 3300905616..9a831e8735 100644 --- a/docs/commands/dfr_last.md +++ b/docs/commands/dfr_last.md @@ -1,7 +1,7 @@ --- title: dfr last layout: command -version: 0.59.0 +version: 0.59.1 --- Creates new dataframe with tail rows diff --git a/docs/commands/dfr_list.md b/docs/commands/dfr_list.md new file mode 100644 index 0000000000..e71f4a90f7 --- /dev/null +++ b/docs/commands/dfr_list.md @@ -0,0 +1,19 @@ +--- +title: dfr list +layout: command +version: 0.59.1 +--- + +Lists stored dataframes + +## Signature + +```> dfr list ``` + +## Examples + +Creates a new dataframe and shows it in the dataframe list +```shell +> let test = ([[a b];[1 2] [3 4]] | dfr to-df); + dfr list +``` diff --git a/docs/commands/dfr_melt.md b/docs/commands/dfr_melt.md index f7e31d4fa0..01cd5ac601 100644 --- a/docs/commands/dfr_melt.md +++ b/docs/commands/dfr_melt.md @@ -1,7 +1,7 @@ --- title: dfr melt layout: command -version: 0.59.0 +version: 0.59.1 --- Unpivot a DataFrame from wide to long format diff --git a/docs/commands/dfr_not.md b/docs/commands/dfr_not.md index 71f5d26e73..7acabdffca 100644 --- a/docs/commands/dfr_not.md +++ b/docs/commands/dfr_not.md @@ -1,7 +1,7 @@ --- title: dfr not layout: command -version: 0.59.0 +version: 0.59.1 --- Inverts boolean mask diff --git a/docs/commands/dfr_open.md b/docs/commands/dfr_open.md index 2ba3ae81bc..5e9c95059c 100644 --- a/docs/commands/dfr_open.md +++ b/docs/commands/dfr_open.md @@ -1,7 +1,7 @@ --- title: dfr open layout: command -version: 0.59.0 +version: 0.59.1 --- Opens csv, json or parquet file to create dataframe diff --git a/docs/commands/dfr_pivot.md b/docs/commands/dfr_pivot.md index 399b4951f1..14fa858e15 100644 --- a/docs/commands/dfr_pivot.md +++ b/docs/commands/dfr_pivot.md @@ -1,7 +1,7 @@ --- title: dfr pivot layout: command -version: 0.59.0 +version: 0.59.1 --- Performs a pivot operation on a groupby object diff --git a/docs/commands/dfr_rename-col.md b/docs/commands/dfr_rename-col.md index f3515d99a0..3514840bdb 100644 --- a/docs/commands/dfr_rename-col.md +++ b/docs/commands/dfr_rename-col.md @@ -1,7 +1,7 @@ --- title: dfr rename-col layout: command -version: 0.59.0 +version: 0.59.1 --- rename a dataframe column diff --git a/docs/commands/dfr_rename.md b/docs/commands/dfr_rename.md index 5d86123549..ee78787067 100644 --- a/docs/commands/dfr_rename.md +++ b/docs/commands/dfr_rename.md @@ -1,7 +1,7 @@ --- title: dfr rename layout: command -version: 0.59.0 +version: 0.59.1 --- Renames a series diff --git a/docs/commands/dfr_replace-all.md b/docs/commands/dfr_replace-all.md index e23cbd78c0..faf9cf30fe 100644 --- a/docs/commands/dfr_replace-all.md +++ b/docs/commands/dfr_replace-all.md @@ -1,7 +1,7 @@ --- title: dfr replace-all layout: command -version: 0.59.0 +version: 0.59.1 --- Replace all (sub)strings by a regex pattern diff --git a/docs/commands/dfr_replace.md b/docs/commands/dfr_replace.md index b4850aca53..f1a256778c 100644 --- a/docs/commands/dfr_replace.md +++ b/docs/commands/dfr_replace.md @@ -1,7 +1,7 @@ --- title: dfr replace layout: command -version: 0.59.0 +version: 0.59.1 --- Replace the leftmost (sub)string by a regex pattern diff --git a/docs/commands/dfr_rolling.md b/docs/commands/dfr_rolling.md index cb21085a6d..c35820d813 100644 --- a/docs/commands/dfr_rolling.md +++ b/docs/commands/dfr_rolling.md @@ -1,7 +1,7 @@ --- title: dfr rolling layout: command -version: 0.59.0 +version: 0.59.1 --- Rolling calculation for a series diff --git a/docs/commands/dfr_sample.md b/docs/commands/dfr_sample.md index 13ff12014f..f4bed3cc76 100644 --- a/docs/commands/dfr_sample.md +++ b/docs/commands/dfr_sample.md @@ -1,7 +1,7 @@ --- title: dfr sample layout: command -version: 0.59.0 +version: 0.59.1 --- Create sample dataframe diff --git a/docs/commands/dfr_set-with-idx.md b/docs/commands/dfr_set-with-idx.md index 55a41052f5..8fd153a98f 100644 --- a/docs/commands/dfr_set-with-idx.md +++ b/docs/commands/dfr_set-with-idx.md @@ -1,7 +1,7 @@ --- title: dfr set-with-idx layout: command -version: 0.59.0 +version: 0.59.1 --- Sets value in the given index diff --git a/docs/commands/dfr_set.md b/docs/commands/dfr_set.md index 5999f4b58d..c90aedc30f 100644 --- a/docs/commands/dfr_set.md +++ b/docs/commands/dfr_set.md @@ -1,7 +1,7 @@ --- title: dfr set layout: command -version: 0.59.0 +version: 0.59.1 --- Sets value where given mask is true diff --git a/docs/commands/dfr_shape.md b/docs/commands/dfr_shape.md index b2b16ec834..da848fbe5c 100644 --- a/docs/commands/dfr_shape.md +++ b/docs/commands/dfr_shape.md @@ -1,7 +1,7 @@ --- title: dfr shape layout: command -version: 0.59.0 +version: 0.59.1 --- Shows column and row size for a dataframe diff --git a/docs/commands/dfr_shift.md b/docs/commands/dfr_shift.md index 71b3d229f7..97436245d4 100644 --- a/docs/commands/dfr_shift.md +++ b/docs/commands/dfr_shift.md @@ -1,7 +1,7 @@ --- title: dfr shift layout: command -version: 0.59.0 +version: 0.59.1 --- Shifts the values by a given period diff --git a/docs/commands/dfr_slice.md b/docs/commands/dfr_slice.md index 59f64eda12..043e9ff39e 100644 --- a/docs/commands/dfr_slice.md +++ b/docs/commands/dfr_slice.md @@ -1,7 +1,7 @@ --- title: dfr slice layout: command -version: 0.59.0 +version: 0.59.1 --- Creates new dataframe from a slice of rows diff --git a/docs/commands/dfr_sort.md b/docs/commands/dfr_sort.md index db83ad70da..25d1d09d4e 100644 --- a/docs/commands/dfr_sort.md +++ b/docs/commands/dfr_sort.md @@ -1,7 +1,7 @@ --- title: dfr sort layout: command -version: 0.59.0 +version: 0.59.1 --- Creates new sorted dataframe or series diff --git a/docs/commands/dfr_str-lengths.md b/docs/commands/dfr_str-lengths.md index 98770ee999..10c8549200 100644 --- a/docs/commands/dfr_str-lengths.md +++ b/docs/commands/dfr_str-lengths.md @@ -1,7 +1,7 @@ --- title: dfr str-lengths layout: command -version: 0.59.0 +version: 0.59.1 --- Get lengths of all strings diff --git a/docs/commands/dfr_str-slice.md b/docs/commands/dfr_str-slice.md index 18b56d2471..9d6cbff3fb 100644 --- a/docs/commands/dfr_str-slice.md +++ b/docs/commands/dfr_str-slice.md @@ -1,7 +1,7 @@ --- title: dfr str-slice layout: command -version: 0.59.0 +version: 0.59.1 --- Slices the string from the start position until the selected length diff --git a/docs/commands/dfr_strftime.md b/docs/commands/dfr_strftime.md index e51f169bc5..c15c17374e 100644 --- a/docs/commands/dfr_strftime.md +++ b/docs/commands/dfr_strftime.md @@ -1,7 +1,7 @@ --- title: dfr strftime layout: command -version: 0.59.0 +version: 0.59.1 --- Formats date based on string rule diff --git a/docs/commands/dfr_take.md b/docs/commands/dfr_take.md index 96146c5d58..9957aa3f54 100644 --- a/docs/commands/dfr_take.md +++ b/docs/commands/dfr_take.md @@ -1,7 +1,7 @@ --- title: dfr take layout: command -version: 0.59.0 +version: 0.59.1 --- Creates new dataframe using the given indices diff --git a/docs/commands/dfr_to-csv.md b/docs/commands/dfr_to-csv.md index c97f79f479..1c0c4b3ea2 100644 --- a/docs/commands/dfr_to-csv.md +++ b/docs/commands/dfr_to-csv.md @@ -1,7 +1,7 @@ --- title: dfr to-csv layout: command -version: 0.59.0 +version: 0.59.1 --- Saves dataframe to csv file diff --git a/docs/commands/dfr_to-df.md b/docs/commands/dfr_to-df.md index ea8a12ca1b..5e1d8470b5 100644 --- a/docs/commands/dfr_to-df.md +++ b/docs/commands/dfr_to-df.md @@ -1,7 +1,7 @@ --- title: dfr to-df layout: command -version: 0.59.0 +version: 0.59.1 --- Converts a List, Table or Dictionary into a dataframe diff --git a/docs/commands/dfr_to-dummies.md b/docs/commands/dfr_to-dummies.md index e282878381..c10d7de317 100644 --- a/docs/commands/dfr_to-dummies.md +++ b/docs/commands/dfr_to-dummies.md @@ -1,7 +1,7 @@ --- title: dfr to-dummies layout: command -version: 0.59.0 +version: 0.59.1 --- Creates a new dataframe with dummy variables diff --git a/docs/commands/dfr_to-lowercase.md b/docs/commands/dfr_to-lowercase.md index a497c18a08..af6ceb91c2 100644 --- a/docs/commands/dfr_to-lowercase.md +++ b/docs/commands/dfr_to-lowercase.md @@ -1,7 +1,7 @@ --- title: dfr to-lowercase layout: command -version: 0.59.0 +version: 0.59.1 --- Lowercase the strings in the column diff --git a/docs/commands/dfr_to-nu.md b/docs/commands/dfr_to-nu.md index ad37a0e325..3c6231f400 100644 --- a/docs/commands/dfr_to-nu.md +++ b/docs/commands/dfr_to-nu.md @@ -1,7 +1,7 @@ --- title: dfr to-nu layout: command -version: 0.59.0 +version: 0.59.1 --- Converts a section of the dataframe to Nushell Table diff --git a/docs/commands/dfr_to-parquet.md b/docs/commands/dfr_to-parquet.md index 8d3a216d08..31ee5580ec 100644 --- a/docs/commands/dfr_to-parquet.md +++ b/docs/commands/dfr_to-parquet.md @@ -1,7 +1,7 @@ --- title: dfr to-parquet layout: command -version: 0.59.0 +version: 0.59.1 --- Saves dataframe to parquet file diff --git a/docs/commands/dfr_to-uppercase.md b/docs/commands/dfr_to-uppercase.md index 4e47ebefaa..b28f9fa4e8 100644 --- a/docs/commands/dfr_to-uppercase.md +++ b/docs/commands/dfr_to-uppercase.md @@ -1,7 +1,7 @@ --- title: dfr to-uppercase layout: command -version: 0.59.0 +version: 0.59.1 --- Uppercase the strings in the column diff --git a/docs/commands/dfr_unique.md b/docs/commands/dfr_unique.md index 587108b24a..609ff79126 100644 --- a/docs/commands/dfr_unique.md +++ b/docs/commands/dfr_unique.md @@ -1,7 +1,7 @@ --- title: dfr unique layout: command -version: 0.59.0 +version: 0.59.1 --- Returns unique values from a series diff --git a/docs/commands/dfr_value-counts.md b/docs/commands/dfr_value-counts.md index a3dffb6e8d..8621e71c47 100644 --- a/docs/commands/dfr_value-counts.md +++ b/docs/commands/dfr_value-counts.md @@ -1,7 +1,7 @@ --- title: dfr value-counts layout: command -version: 0.59.0 +version: 0.59.1 --- Returns a dataframe with the counts for unique values in series diff --git a/docs/commands/dfr_with-column.md b/docs/commands/dfr_with-column.md index 7d70b9de25..92e023da66 100644 --- a/docs/commands/dfr_with-column.md +++ b/docs/commands/dfr_with-column.md @@ -1,7 +1,7 @@ --- title: dfr with-column layout: command -version: 0.59.0 +version: 0.59.1 --- Adds a series to the dataframe diff --git a/docs/commands/do.md b/docs/commands/do.md index 6643f26804..91d1fbc2da 100644 --- a/docs/commands/do.md +++ b/docs/commands/do.md @@ -1,7 +1,7 @@ --- title: do layout: command -version: 0.59.0 +version: 0.59.1 --- Run a block diff --git a/docs/commands/drop.md b/docs/commands/drop.md index efd84620e4..c21d12411b 100644 --- a/docs/commands/drop.md +++ b/docs/commands/drop.md @@ -1,7 +1,7 @@ --- title: drop layout: command -version: 0.59.0 +version: 0.59.1 --- Remove the last number of rows or columns. diff --git a/docs/commands/drop_column.md b/docs/commands/drop_column.md index 8343baa60c..2d5fa1adfb 100644 --- a/docs/commands/drop_column.md +++ b/docs/commands/drop_column.md @@ -1,7 +1,7 @@ --- title: drop column layout: command -version: 0.59.0 +version: 0.59.1 --- Remove the last number of columns. If you want to remove columns by name, try 'reject'. diff --git a/docs/commands/drop_nth.md b/docs/commands/drop_nth.md index 9b26489f69..e051cd8f84 100644 --- a/docs/commands/drop_nth.md +++ b/docs/commands/drop_nth.md @@ -1,7 +1,7 @@ --- title: drop nth layout: command -version: 0.59.0 +version: 0.59.1 --- Drop the selected rows. diff --git a/docs/commands/du.md b/docs/commands/du.md index ec29935b5a..fe70791d8b 100644 --- a/docs/commands/du.md +++ b/docs/commands/du.md @@ -1,7 +1,7 @@ --- title: du layout: command -version: 0.59.0 +version: 0.59.1 --- Find disk usage sizes of specified items. diff --git a/docs/commands/each.md b/docs/commands/each.md index 19356c7e39..1e583bc14b 100644 --- a/docs/commands/each.md +++ b/docs/commands/each.md @@ -1,7 +1,7 @@ --- title: each layout: command -version: 0.59.0 +version: 0.59.1 --- Run a block on each element of input @@ -28,7 +28,7 @@ Iterate over each element, keeping only values that succeed > [1 2 3] | each { |it| if $it == 2 { echo "found 2!"} } ``` -Iterate over each element, print the matching value and it's index +Iterate over each element, print the matching value and its index ```shell > [1 2 3] | each -n { |it| if $it.item == 2 { echo $"found 2 at ($it.index)!"} } ``` diff --git a/docs/commands/each_group.md b/docs/commands/each_group.md index 2d54b0fec8..c49f59962c 100644 --- a/docs/commands/each_group.md +++ b/docs/commands/each_group.md @@ -1,7 +1,7 @@ --- title: each group layout: command -version: 0.59.0 +version: 0.59.1 --- Runs a block on groups of `group_size` rows of a table at a time. diff --git a/docs/commands/each_window.md b/docs/commands/each_window.md index de874ec616..ba80fcad97 100644 --- a/docs/commands/each_window.md +++ b/docs/commands/each_window.md @@ -1,7 +1,7 @@ --- title: each window layout: command -version: 0.59.0 +version: 0.59.1 --- Runs a block on window groups of `window_size` that slide by n rows. diff --git a/docs/commands/echo.md b/docs/commands/echo.md index 3463fe4638..7f44f7d1ac 100644 --- a/docs/commands/echo.md +++ b/docs/commands/echo.md @@ -1,7 +1,7 @@ --- title: echo layout: command -version: 0.59.0 +version: 0.59.1 --- Echo the arguments back to the user. diff --git a/docs/commands/empty.md b/docs/commands/empty.md index a8b20b56f8..b2c4596285 100644 --- a/docs/commands/empty.md +++ b/docs/commands/empty.md @@ -1,7 +1,7 @@ --- title: empty? layout: command -version: 0.59.0 +version: 0.59.1 --- Check for empty values. diff --git a/docs/commands/enter.md b/docs/commands/enter.md index 390d0c24af..8aa598bd82 100644 --- a/docs/commands/enter.md +++ b/docs/commands/enter.md @@ -1,7 +1,7 @@ --- title: enter layout: command -version: 0.59.0 +version: 0.59.1 --- Enters a new shell at the given path. diff --git a/docs/commands/env.md b/docs/commands/env.md index 953b1ea620..40bc147f44 100644 --- a/docs/commands/env.md +++ b/docs/commands/env.md @@ -1,7 +1,7 @@ --- title: env layout: command -version: 0.59.0 +version: 0.59.1 --- Display current environment variables diff --git a/docs/commands/error_make.md b/docs/commands/error_make.md index 88cfc17c66..7c2eddde3d 100644 --- a/docs/commands/error_make.md +++ b/docs/commands/error_make.md @@ -1,7 +1,7 @@ --- title: error make layout: command -version: 0.59.0 +version: 0.59.1 --- Create an error. diff --git a/docs/commands/every.md b/docs/commands/every.md index 4c40fc2070..4c42898cfa 100644 --- a/docs/commands/every.md +++ b/docs/commands/every.md @@ -1,7 +1,7 @@ --- title: every layout: command -version: 0.59.0 +version: 0.59.1 --- Show (or skip) every n-th row, starting from the first one. diff --git a/docs/commands/exec.md b/docs/commands/exec.md index e012e8e7fd..56e2dacb2d 100644 --- a/docs/commands/exec.md +++ b/docs/commands/exec.md @@ -1,7 +1,7 @@ --- title: exec layout: command -version: 0.59.0 +version: 0.59.1 --- Execute a command, replacing the current process. diff --git a/docs/commands/exit.md b/docs/commands/exit.md index 575605245e..5957124ba7 100644 --- a/docs/commands/exit.md +++ b/docs/commands/exit.md @@ -1,7 +1,7 @@ --- title: exit layout: command -version: 0.59.0 +version: 0.59.1 --- Runs a script file in the current context. diff --git a/docs/commands/export.md b/docs/commands/export.md index f50532ff2d..ac6feedd56 100644 --- a/docs/commands/export.md +++ b/docs/commands/export.md @@ -1,7 +1,7 @@ --- title: export layout: command -version: 0.59.0 +version: 0.59.1 --- Export custom commands or environment variables from a module. diff --git a/docs/commands/export_def-env.md b/docs/commands/export_def-env.md index 7b078041c8..fdf8cdebbf 100644 --- a/docs/commands/export_def-env.md +++ b/docs/commands/export_def-env.md @@ -1,7 +1,7 @@ --- title: export def-env layout: command -version: 0.59.0 +version: 0.59.1 --- Define a custom command that participates in the environment and export it from a module diff --git a/docs/commands/export_def.md b/docs/commands/export_def.md index c6263aac44..2d602444b8 100644 --- a/docs/commands/export_def.md +++ b/docs/commands/export_def.md @@ -1,7 +1,7 @@ --- title: export def layout: command -version: 0.59.0 +version: 0.59.1 --- Define a custom command and export it from a module diff --git a/docs/commands/export_env.md b/docs/commands/export_env.md index a692c84429..ffc669858c 100644 --- a/docs/commands/export_env.md +++ b/docs/commands/export_env.md @@ -1,7 +1,7 @@ --- title: export env layout: command -version: 0.59.0 +version: 0.59.1 --- Export a block from a module that will be evaluated as an environment variable when imported. diff --git a/docs/commands/extern.md b/docs/commands/extern.md index 84376cced9..1b3bf1b39f 100644 --- a/docs/commands/extern.md +++ b/docs/commands/extern.md @@ -1,7 +1,7 @@ --- title: extern layout: command -version: 0.59.0 +version: 0.59.1 --- Define a signature for an external command diff --git a/docs/commands/fetch.md b/docs/commands/fetch.md index 2822ccc1d3..07b60561a6 100644 --- a/docs/commands/fetch.md +++ b/docs/commands/fetch.md @@ -1,7 +1,7 @@ --- title: fetch layout: command -version: 0.59.0 +version: 0.59.1 --- Fetch the contents from a URL (HTTP GET operation). diff --git a/docs/commands/find.md b/docs/commands/find.md index e72ba3d49c..fa3167a018 100644 --- a/docs/commands/find.md +++ b/docs/commands/find.md @@ -1,7 +1,7 @@ --- title: find layout: command -version: 0.59.0 +version: 0.59.1 --- Searches terms in the input or for elements of the input that satisfies the predicate. diff --git a/docs/commands/first.md b/docs/commands/first.md index 17cc2af1cf..fa7067ca1f 100644 --- a/docs/commands/first.md +++ b/docs/commands/first.md @@ -1,7 +1,7 @@ --- title: first layout: command -version: 0.59.0 +version: 0.59.1 --- Show only the first number of rows. diff --git a/docs/commands/flatten.md b/docs/commands/flatten.md index 76e6dc4fa7..7701d4ba09 100644 --- a/docs/commands/flatten.md +++ b/docs/commands/flatten.md @@ -1,7 +1,7 @@ --- title: flatten layout: command -version: 0.59.0 +version: 0.59.1 --- Flatten the table. diff --git a/docs/commands/fmt.md b/docs/commands/fmt.md index 12b3a5a114..530ffe78e6 100644 --- a/docs/commands/fmt.md +++ b/docs/commands/fmt.md @@ -1,7 +1,7 @@ --- title: fmt layout: command -version: 0.59.0 +version: 0.59.1 --- format numbers diff --git a/docs/commands/for.md b/docs/commands/for.md index f6a2378036..a918f1d24f 100644 --- a/docs/commands/for.md +++ b/docs/commands/for.md @@ -1,7 +1,7 @@ --- title: for layout: command -version: 0.59.0 +version: 0.59.1 --- Loop over a range diff --git a/docs/commands/format.md b/docs/commands/format.md index 9853ad6285..ac88ed2074 100644 --- a/docs/commands/format.md +++ b/docs/commands/format.md @@ -1,7 +1,7 @@ --- title: format layout: command -version: 0.59.0 +version: 0.59.1 --- Format columns into a string using a simple pattern. diff --git a/docs/commands/from.md b/docs/commands/from.md index e1bb2d26b2..e9ee7f20ee 100644 --- a/docs/commands/from.md +++ b/docs/commands/from.md @@ -1,7 +1,7 @@ --- title: from layout: command -version: 0.59.0 +version: 0.59.1 --- Parse a string or binary data into structured data diff --git a/docs/commands/from_csv.md b/docs/commands/from_csv.md index fa26f8e0f9..9da998490b 100644 --- a/docs/commands/from_csv.md +++ b/docs/commands/from_csv.md @@ -1,7 +1,7 @@ --- title: from csv layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .csv and create table. diff --git a/docs/commands/from_eml.md b/docs/commands/from_eml.md index efe727454e..19dfc8fc40 100644 --- a/docs/commands/from_eml.md +++ b/docs/commands/from_eml.md @@ -1,7 +1,7 @@ --- title: from eml layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .eml and create table. diff --git a/docs/commands/from_ics.md b/docs/commands/from_ics.md index 56edc02ed0..2272911be1 100644 --- a/docs/commands/from_ics.md +++ b/docs/commands/from_ics.md @@ -1,7 +1,7 @@ --- title: from ics layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .ics and create table. diff --git a/docs/commands/from_ini.md b/docs/commands/from_ini.md index dd6f04aa4f..bbc413742c 100644 --- a/docs/commands/from_ini.md +++ b/docs/commands/from_ini.md @@ -1,7 +1,7 @@ --- title: from ini layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .ini and create table diff --git a/docs/commands/from_json.md b/docs/commands/from_json.md index 0ed7446d4c..0d85219174 100644 --- a/docs/commands/from_json.md +++ b/docs/commands/from_json.md @@ -1,7 +1,7 @@ --- title: from json layout: command -version: 0.59.0 +version: 0.59.1 --- Convert from json to structured data diff --git a/docs/commands/from_nuon.md b/docs/commands/from_nuon.md index 071a3264d7..9be9cbe983 100644 --- a/docs/commands/from_nuon.md +++ b/docs/commands/from_nuon.md @@ -1,7 +1,7 @@ --- title: from nuon layout: command -version: 0.59.0 +version: 0.59.1 --- Convert from nuon to structured data diff --git a/docs/commands/from_ods.md b/docs/commands/from_ods.md index 7156eaa212..cfafe44730 100644 --- a/docs/commands/from_ods.md +++ b/docs/commands/from_ods.md @@ -1,7 +1,7 @@ --- title: from ods layout: command -version: 0.59.0 +version: 0.59.1 --- Parse OpenDocument Spreadsheet(.ods) data and create table. diff --git a/docs/commands/from_ssv.md b/docs/commands/from_ssv.md index 7100aa562a..9a170d2cd9 100644 --- a/docs/commands/from_ssv.md +++ b/docs/commands/from_ssv.md @@ -1,7 +1,7 @@ --- title: from ssv layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as space-separated values and create a table. The default minimum number of spaces counted as a separator is 2. diff --git a/docs/commands/from_toml.md b/docs/commands/from_toml.md index bcea313214..98f86576e3 100644 --- a/docs/commands/from_toml.md +++ b/docs/commands/from_toml.md @@ -1,7 +1,7 @@ --- title: from toml layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .toml and create table. diff --git a/docs/commands/from_tsv.md b/docs/commands/from_tsv.md index 84f1f7116b..e361cb7e83 100644 --- a/docs/commands/from_tsv.md +++ b/docs/commands/from_tsv.md @@ -1,7 +1,7 @@ --- title: from tsv layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .tsv and create table. diff --git a/docs/commands/from_url.md b/docs/commands/from_url.md index 391419feae..026deab9b2 100644 --- a/docs/commands/from_url.md +++ b/docs/commands/from_url.md @@ -1,7 +1,7 @@ --- title: from url layout: command -version: 0.59.0 +version: 0.59.1 --- Parse url-encoded string as a table. diff --git a/docs/commands/from_vcf.md b/docs/commands/from_vcf.md index fb3d554509..d7e061214e 100644 --- a/docs/commands/from_vcf.md +++ b/docs/commands/from_vcf.md @@ -1,7 +1,7 @@ --- title: from vcf layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .vcf and create table. diff --git a/docs/commands/from_xlsx.md b/docs/commands/from_xlsx.md index e45408c6e2..e1faf0ef9b 100644 --- a/docs/commands/from_xlsx.md +++ b/docs/commands/from_xlsx.md @@ -1,7 +1,7 @@ --- title: from xlsx layout: command -version: 0.59.0 +version: 0.59.1 --- Parse binary Excel(.xlsx) data and create table. diff --git a/docs/commands/from_xml.md b/docs/commands/from_xml.md index 61844e4aa7..bc8089fbca 100644 --- a/docs/commands/from_xml.md +++ b/docs/commands/from_xml.md @@ -1,7 +1,7 @@ --- title: from xml layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .xml and create table. diff --git a/docs/commands/from_yaml.md b/docs/commands/from_yaml.md index 7ac7ec7b33..17d3705581 100644 --- a/docs/commands/from_yaml.md +++ b/docs/commands/from_yaml.md @@ -1,7 +1,7 @@ --- title: from yaml layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .yaml/.yml and create table. diff --git a/docs/commands/from_yml.md b/docs/commands/from_yml.md index f177d69424..83c1f2fa88 100644 --- a/docs/commands/from_yml.md +++ b/docs/commands/from_yml.md @@ -1,7 +1,7 @@ --- title: from yml layout: command -version: 0.59.0 +version: 0.59.1 --- Parse text as .yaml/.yml and create table. diff --git a/docs/commands/g.md b/docs/commands/g.md index cbfead0fd6..90dc6e16fa 100644 --- a/docs/commands/g.md +++ b/docs/commands/g.md @@ -1,7 +1,7 @@ --- title: g layout: command -version: 0.59.0 +version: 0.59.1 --- Switch to a given shell. diff --git a/docs/commands/get.md b/docs/commands/get.md index fb6be37424..886589e552 100644 --- a/docs/commands/get.md +++ b/docs/commands/get.md @@ -1,7 +1,7 @@ --- title: get layout: command -version: 0.59.0 +version: 0.59.1 --- Extract data using a cell path. diff --git a/docs/commands/grid.md b/docs/commands/grid.md index 8e29e0f8f7..4227455d9d 100644 --- a/docs/commands/grid.md +++ b/docs/commands/grid.md @@ -1,7 +1,7 @@ --- title: grid layout: command -version: 0.59.0 +version: 0.59.1 --- Renders the output to a textual terminal grid. diff --git a/docs/commands/group-by.md b/docs/commands/group-by.md index 72c3f84a98..d1eb4d11a8 100644 --- a/docs/commands/group-by.md +++ b/docs/commands/group-by.md @@ -1,7 +1,7 @@ --- title: group-by layout: command -version: 0.59.0 +version: 0.59.1 --- Create a new table grouped. diff --git a/docs/commands/hash.md b/docs/commands/hash.md index e01293b7b4..8d5a1e383b 100644 --- a/docs/commands/hash.md +++ b/docs/commands/hash.md @@ -1,7 +1,7 @@ --- title: hash layout: command -version: 0.59.0 +version: 0.59.1 --- Apply hash function. diff --git a/docs/commands/hash_base64.md b/docs/commands/hash_base64.md index 3c95aa16e3..913df51fea 100644 --- a/docs/commands/hash_base64.md +++ b/docs/commands/hash_base64.md @@ -1,7 +1,7 @@ --- title: hash base64 layout: command -version: 0.59.0 +version: 0.59.1 --- base64 encode or decode a value diff --git a/docs/commands/hash_md5.md b/docs/commands/hash_md5.md index e992824dc0..4ae605729b 100644 --- a/docs/commands/hash_md5.md +++ b/docs/commands/hash_md5.md @@ -1,7 +1,7 @@ --- title: hash md5 layout: command -version: 0.59.0 +version: 0.59.1 --- hash a value using the md5 hash algorithm diff --git a/docs/commands/hash_sha256.md b/docs/commands/hash_sha256.md index 73514b08ef..966e772c85 100644 --- a/docs/commands/hash_sha256.md +++ b/docs/commands/hash_sha256.md @@ -1,7 +1,7 @@ --- title: hash sha256 layout: command -version: 0.59.0 +version: 0.59.1 --- hash a value using the sha256 hash algorithm diff --git a/docs/commands/headers.md b/docs/commands/headers.md index 3b24732ef0..5f1a32bdb7 100644 --- a/docs/commands/headers.md +++ b/docs/commands/headers.md @@ -1,7 +1,7 @@ --- title: headers layout: command -version: 0.59.0 +version: 0.59.1 --- Use the first row of the table as column names. diff --git a/docs/commands/help.md b/docs/commands/help.md index 15a11ab592..d6bd9b94f8 100644 --- a/docs/commands/help.md +++ b/docs/commands/help.md @@ -1,7 +1,7 @@ --- title: help layout: command -version: 0.59.0 +version: 0.59.1 --- Display help information about commands. diff --git a/docs/commands/hide.md b/docs/commands/hide.md index 85ce028f15..bc5b0e4db1 100644 --- a/docs/commands/hide.md +++ b/docs/commands/hide.md @@ -1,7 +1,7 @@ --- title: hide layout: command -version: 0.59.0 +version: 0.59.1 --- Hide symbols in the current scope diff --git a/docs/commands/history.md b/docs/commands/history.md index 79962ac4a7..2f371a60a9 100644 --- a/docs/commands/history.md +++ b/docs/commands/history.md @@ -1,7 +1,7 @@ --- title: history layout: command -version: 0.59.0 +version: 0.59.1 --- Get the command history diff --git a/docs/commands/if.md b/docs/commands/if.md index 89fc68df03..deb6dbaa14 100644 --- a/docs/commands/if.md +++ b/docs/commands/if.md @@ -1,7 +1,7 @@ --- title: if layout: command -version: 0.59.0 +version: 0.59.1 --- Conditionally run a block. diff --git a/docs/commands/ignore.md b/docs/commands/ignore.md index 58756bc1b4..35c71bf563 100644 --- a/docs/commands/ignore.md +++ b/docs/commands/ignore.md @@ -1,7 +1,7 @@ --- title: ignore layout: command -version: 0.59.0 +version: 0.59.1 --- Ignore the output of the previous command in the pipeline diff --git a/docs/commands/input.md b/docs/commands/input.md index 08a9ac0b27..1b633fa5a8 100644 --- a/docs/commands/input.md +++ b/docs/commands/input.md @@ -1,7 +1,7 @@ --- title: input layout: command -version: 0.59.0 +version: 0.59.1 --- Get input from the user. diff --git a/docs/commands/insert.md b/docs/commands/insert.md index 6d19883a58..99c5bad4b7 100644 --- a/docs/commands/insert.md +++ b/docs/commands/insert.md @@ -1,7 +1,7 @@ --- title: insert layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/into.md b/docs/commands/into.md index 2ce3439248..f46fefb56e 100644 --- a/docs/commands/into.md +++ b/docs/commands/into.md @@ -1,7 +1,7 @@ --- title: into layout: command -version: 0.59.0 +version: 0.59.1 --- Apply into function. diff --git a/docs/commands/into_binary.md b/docs/commands/into_binary.md index 0db8995306..26dea385a1 100644 --- a/docs/commands/into_binary.md +++ b/docs/commands/into_binary.md @@ -1,7 +1,7 @@ --- title: into binary layout: command -version: 0.59.0 +version: 0.59.1 --- Convert value to a binary primitive diff --git a/docs/commands/into_bool.md b/docs/commands/into_bool.md index 3268af5468..0b3423ba80 100644 --- a/docs/commands/into_bool.md +++ b/docs/commands/into_bool.md @@ -1,7 +1,7 @@ --- title: into bool layout: command -version: 0.59.0 +version: 0.59.1 --- Convert value to boolean diff --git a/docs/commands/into_datetime.md b/docs/commands/into_datetime.md index c7bfdc671b..1d02457b48 100644 --- a/docs/commands/into_datetime.md +++ b/docs/commands/into_datetime.md @@ -1,7 +1,7 @@ --- title: into datetime layout: command -version: 0.59.0 +version: 0.59.1 --- converts text into datetime diff --git a/docs/commands/into_decimal.md b/docs/commands/into_decimal.md index 31cd066666..1d3d7506e2 100644 --- a/docs/commands/into_decimal.md +++ b/docs/commands/into_decimal.md @@ -1,7 +1,7 @@ --- title: into decimal layout: command -version: 0.59.0 +version: 0.59.1 --- converts text into decimal diff --git a/docs/commands/into_duration.md b/docs/commands/into_duration.md new file mode 100644 index 0000000000..9185422924 --- /dev/null +++ b/docs/commands/into_duration.md @@ -0,0 +1,27 @@ +--- +title: into duration +layout: command +version: 0.59.1 +--- + +Convert value to duration + +## Signature + +```> into duration ...rest``` + +## Parameters + + - `...rest`: column paths to convert to duration (for table input) + +## Examples + +Convert string to duration in table +```shell +> echo [[value]; ['1sec'] ['2min'] ['3hr'] ['4day'] ['5wk']] | into duration value +``` + +Convert string to duration +```shell +> '7min' | into duration +``` diff --git a/docs/commands/into_filesize.md b/docs/commands/into_filesize.md index 52f004355d..ee0b4a2a85 100644 --- a/docs/commands/into_filesize.md +++ b/docs/commands/into_filesize.md @@ -1,7 +1,7 @@ --- title: into filesize layout: command -version: 0.59.0 +version: 0.59.1 --- Convert value to filesize diff --git a/docs/commands/into_int.md b/docs/commands/into_int.md index 010f9ac4a4..643c27a77e 100644 --- a/docs/commands/into_int.md +++ b/docs/commands/into_int.md @@ -1,7 +1,7 @@ --- title: into int layout: command -version: 0.59.0 +version: 0.59.1 --- Convert value to integer diff --git a/docs/commands/into_string.md b/docs/commands/into_string.md index 4ced6686a3..f9a3c36336 100644 --- a/docs/commands/into_string.md +++ b/docs/commands/into_string.md @@ -1,7 +1,7 @@ --- title: into string layout: command -version: 0.59.0 +version: 0.59.1 --- Convert value to string diff --git a/docs/commands/keep.md b/docs/commands/keep.md index d2e8aaed41..febba6c739 100644 --- a/docs/commands/keep.md +++ b/docs/commands/keep.md @@ -1,7 +1,7 @@ --- title: keep layout: command -version: 0.59.0 +version: 0.59.1 --- Keep the first n elements of the input. diff --git a/docs/commands/keep_until.md b/docs/commands/keep_until.md index 3c0c8bc92a..805954b4d1 100644 --- a/docs/commands/keep_until.md +++ b/docs/commands/keep_until.md @@ -1,7 +1,7 @@ --- title: keep until layout: command -version: 0.59.0 +version: 0.59.1 --- Keep elements of the input until a predicate is true. diff --git a/docs/commands/keep_while.md b/docs/commands/keep_while.md index 28ae0ba074..08f8e6e8a6 100644 --- a/docs/commands/keep_while.md +++ b/docs/commands/keep_while.md @@ -1,7 +1,7 @@ --- title: keep while layout: command -version: 0.59.0 +version: 0.59.1 --- Keep elements of the input while a predicate is true. diff --git a/docs/commands/keybindings.md b/docs/commands/keybindings.md index cccc886092..d3788f7b5e 100644 --- a/docs/commands/keybindings.md +++ b/docs/commands/keybindings.md @@ -1,7 +1,7 @@ --- title: keybindings layout: command -version: 0.59.0 +version: 0.59.1 --- Keybindings related commands diff --git a/docs/commands/keybindings_default.md b/docs/commands/keybindings_default.md index 7e923e054c..73c4dd859a 100644 --- a/docs/commands/keybindings_default.md +++ b/docs/commands/keybindings_default.md @@ -1,7 +1,7 @@ --- title: keybindings default layout: command -version: 0.59.0 +version: 0.59.1 --- List default keybindings diff --git a/docs/commands/keybindings_list.md b/docs/commands/keybindings_list.md index de4ed901c8..42a14a2eb3 100644 --- a/docs/commands/keybindings_list.md +++ b/docs/commands/keybindings_list.md @@ -1,7 +1,7 @@ --- title: keybindings list layout: command -version: 0.59.0 +version: 0.59.1 --- List available options that can be used to create keybindings diff --git a/docs/commands/keybindings_listen.md b/docs/commands/keybindings_listen.md index 438b165a12..e3eebb2c9d 100644 --- a/docs/commands/keybindings_listen.md +++ b/docs/commands/keybindings_listen.md @@ -1,7 +1,7 @@ --- title: keybindings listen layout: command -version: 0.59.0 +version: 0.59.1 --- Get input from the user. diff --git a/docs/commands/kill.md b/docs/commands/kill.md index 459075da03..f164bdb523 100644 --- a/docs/commands/kill.md +++ b/docs/commands/kill.md @@ -1,7 +1,7 @@ --- title: kill layout: command -version: 0.59.0 +version: 0.59.1 --- Kill a process using the process id. diff --git a/docs/commands/last.md b/docs/commands/last.md index bcacef46a7..8f443acba3 100644 --- a/docs/commands/last.md +++ b/docs/commands/last.md @@ -1,7 +1,7 @@ --- title: last layout: command -version: 0.59.0 +version: 0.59.1 --- Show only the last number of rows. diff --git a/docs/commands/length.md b/docs/commands/length.md index 9394399aae..05501cb616 100644 --- a/docs/commands/length.md +++ b/docs/commands/length.md @@ -1,7 +1,7 @@ --- title: length layout: command -version: 0.59.0 +version: 0.59.1 --- Count the number of elements in the input. diff --git a/docs/commands/let-env.md b/docs/commands/let-env.md index e276678c97..178986ade6 100644 --- a/docs/commands/let-env.md +++ b/docs/commands/let-env.md @@ -1,7 +1,7 @@ --- title: let-env layout: command -version: 0.59.0 +version: 0.59.1 --- Create an environment variable and give it a value. diff --git a/docs/commands/let.md b/docs/commands/let.md index c038420fae..a1ad24d775 100644 --- a/docs/commands/let.md +++ b/docs/commands/let.md @@ -1,7 +1,7 @@ --- title: let layout: command -version: 0.59.0 +version: 0.59.1 --- Create a variable and give it a value. diff --git a/docs/commands/lines.md b/docs/commands/lines.md index 748dfc1e5c..4ded761cbc 100644 --- a/docs/commands/lines.md +++ b/docs/commands/lines.md @@ -1,7 +1,7 @@ --- title: lines layout: command -version: 0.59.0 +version: 0.59.1 --- Converts input to lines diff --git a/docs/commands/load-env.md b/docs/commands/load-env.md index 41decc5c04..d4b6985eb0 100644 --- a/docs/commands/load-env.md +++ b/docs/commands/load-env.md @@ -1,7 +1,7 @@ --- title: load-env layout: command -version: 0.59.0 +version: 0.59.1 --- Loads an environment update from a record. diff --git a/docs/commands/ls.md b/docs/commands/ls.md index deeff589cf..0e479ab1e8 100644 --- a/docs/commands/ls.md +++ b/docs/commands/ls.md @@ -1,7 +1,7 @@ --- title: ls layout: command -version: 0.59.0 +version: 0.59.1 --- List the files in a directory. diff --git a/docs/commands/math.md b/docs/commands/math.md index 0b7ce54682..a9a6a3f1d1 100644 --- a/docs/commands/math.md +++ b/docs/commands/math.md @@ -1,7 +1,7 @@ --- title: math layout: command -version: 0.59.0 +version: 0.59.1 --- Use mathematical functions as aggregate functions on a list of numbers or tables. diff --git a/docs/commands/math_abs.md b/docs/commands/math_abs.md index da3314eb32..a71d6546fc 100644 --- a/docs/commands/math_abs.md +++ b/docs/commands/math_abs.md @@ -1,7 +1,7 @@ --- title: math abs layout: command -version: 0.59.0 +version: 0.59.1 --- Returns absolute values of a list of numbers diff --git a/docs/commands/math_avg.md b/docs/commands/math_avg.md index 29ac2c6afe..0056b19935 100644 --- a/docs/commands/math_avg.md +++ b/docs/commands/math_avg.md @@ -1,7 +1,7 @@ --- title: math avg layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the average of a list of numbers or tables diff --git a/docs/commands/math_ceil.md b/docs/commands/math_ceil.md index 14afa6a0dc..3437973b29 100644 --- a/docs/commands/math_ceil.md +++ b/docs/commands/math_ceil.md @@ -1,7 +1,7 @@ --- title: math ceil layout: command -version: 0.59.0 +version: 0.59.1 --- Applies the ceil function to a list of numbers diff --git a/docs/commands/math_eval.md b/docs/commands/math_eval.md index 58073faa3c..f4b8ed75fb 100644 --- a/docs/commands/math_eval.md +++ b/docs/commands/math_eval.md @@ -1,7 +1,7 @@ --- title: math eval layout: command -version: 0.59.0 +version: 0.59.1 --- Evaluate a math expression into a number @@ -16,7 +16,7 @@ Evaluate a math expression into a number ## Examples -Evalulate math in the pipeline +Evaluate math in the pipeline ```shell > '10 / 4' | math eval ``` diff --git a/docs/commands/math_floor.md b/docs/commands/math_floor.md index c043dbbc8b..71d5f13671 100644 --- a/docs/commands/math_floor.md +++ b/docs/commands/math_floor.md @@ -1,7 +1,7 @@ --- title: math floor layout: command -version: 0.59.0 +version: 0.59.1 --- Applies the floor function to a list of numbers diff --git a/docs/commands/math_max.md b/docs/commands/math_max.md index 75ec8cca8e..5b33b4c736 100644 --- a/docs/commands/math_max.md +++ b/docs/commands/math_max.md @@ -1,7 +1,7 @@ --- title: math max layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the maximum within a list of numbers or tables diff --git a/docs/commands/math_median.md b/docs/commands/math_median.md index 5b8024b3de..c8b281b305 100644 --- a/docs/commands/math_median.md +++ b/docs/commands/math_median.md @@ -1,7 +1,7 @@ --- title: math median layout: command -version: 0.59.0 +version: 0.59.1 --- Gets the median of a list of numbers diff --git a/docs/commands/math_min.md b/docs/commands/math_min.md index 2ae18c4f6e..18aa0eb553 100644 --- a/docs/commands/math_min.md +++ b/docs/commands/math_min.md @@ -1,7 +1,7 @@ --- title: math min layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the minimum within a list of numbers or tables diff --git a/docs/commands/math_mode.md b/docs/commands/math_mode.md index b79775b725..eab319640d 100644 --- a/docs/commands/math_mode.md +++ b/docs/commands/math_mode.md @@ -1,7 +1,7 @@ --- title: math mode layout: command -version: 0.59.0 +version: 0.59.1 --- Gets the most frequent element(s) from a list of numbers or tables diff --git a/docs/commands/math_product.md b/docs/commands/math_product.md index 013920121e..cbf171ce19 100644 --- a/docs/commands/math_product.md +++ b/docs/commands/math_product.md @@ -1,7 +1,7 @@ --- title: math product layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the product of a list of numbers or tables diff --git a/docs/commands/math_round.md b/docs/commands/math_round.md index 46b3bce1d7..54957d6d8c 100644 --- a/docs/commands/math_round.md +++ b/docs/commands/math_round.md @@ -1,7 +1,7 @@ --- title: math round layout: command -version: 0.59.0 +version: 0.59.1 --- Applies the round function to a list of numbers diff --git a/docs/commands/math_sqrt.md b/docs/commands/math_sqrt.md index bd8f92e3f7..5f95046f1d 100644 --- a/docs/commands/math_sqrt.md +++ b/docs/commands/math_sqrt.md @@ -1,7 +1,7 @@ --- title: math sqrt layout: command -version: 0.59.0 +version: 0.59.1 --- Applies the square root function to a list of numbers diff --git a/docs/commands/math_stddev.md b/docs/commands/math_stddev.md index a7df587553..258fd8c1ef 100644 --- a/docs/commands/math_stddev.md +++ b/docs/commands/math_stddev.md @@ -1,7 +1,7 @@ --- title: math stddev layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the stddev of a list of numbers or tables diff --git a/docs/commands/math_sum.md b/docs/commands/math_sum.md index a9f19f5077..5f3f9af0bf 100644 --- a/docs/commands/math_sum.md +++ b/docs/commands/math_sum.md @@ -1,7 +1,7 @@ --- title: math sum layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the sum of a list of numbers or tables diff --git a/docs/commands/math_variance.md b/docs/commands/math_variance.md index b81f2dee10..00563ad392 100644 --- a/docs/commands/math_variance.md +++ b/docs/commands/math_variance.md @@ -1,7 +1,7 @@ --- title: math variance layout: command -version: 0.59.0 +version: 0.59.1 --- Finds the variance of a list of numbers or tables diff --git a/docs/commands/merge.md b/docs/commands/merge.md index e6341c3ce2..b452f8109e 100644 --- a/docs/commands/merge.md +++ b/docs/commands/merge.md @@ -1,7 +1,7 @@ --- title: merge layout: command -version: 0.59.0 +version: 0.59.1 --- Merge a table into an input table diff --git a/docs/commands/metadata.md b/docs/commands/metadata.md index d155e97686..89e71f3400 100644 --- a/docs/commands/metadata.md +++ b/docs/commands/metadata.md @@ -1,7 +1,7 @@ --- title: metadata layout: command -version: 0.59.0 +version: 0.59.1 --- Get the metadata for items in the stream diff --git a/docs/commands/mkdir.md b/docs/commands/mkdir.md index 145aeae595..0477a6bd3f 100644 --- a/docs/commands/mkdir.md +++ b/docs/commands/mkdir.md @@ -1,7 +1,7 @@ --- title: mkdir layout: command -version: 0.59.0 +version: 0.59.1 --- Make directories, creates intermediary directories as required. diff --git a/docs/commands/module.md b/docs/commands/module.md index 46829d4bb8..b0d1fbe9bd 100644 --- a/docs/commands/module.md +++ b/docs/commands/module.md @@ -1,7 +1,7 @@ --- title: module layout: command -version: 0.59.0 +version: 0.59.1 --- Define a custom module diff --git a/docs/commands/move.md b/docs/commands/move.md index 99b0596f43..330446642c 100644 --- a/docs/commands/move.md +++ b/docs/commands/move.md @@ -1,7 +1,7 @@ --- title: move layout: command -version: 0.59.0 +version: 0.59.1 --- Move columns before or after other columns diff --git a/docs/commands/mv.md b/docs/commands/mv.md index 0228223231..44bb5b55bf 100644 --- a/docs/commands/mv.md +++ b/docs/commands/mv.md @@ -1,7 +1,7 @@ --- title: mv layout: command -version: 0.59.0 +version: 0.59.1 --- Move files or directories. diff --git a/docs/commands/n.md b/docs/commands/n.md index 74a4ae3638..6dcad273c9 100644 --- a/docs/commands/n.md +++ b/docs/commands/n.md @@ -1,7 +1,7 @@ --- title: n layout: command -version: 0.59.0 +version: 0.59.1 --- Switch to the next shell. diff --git a/docs/commands/nth.md b/docs/commands/nth.md index a38304fc34..a6fc1427f0 100644 --- a/docs/commands/nth.md +++ b/docs/commands/nth.md @@ -1,7 +1,7 @@ --- title: nth layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/nu-highlight.md b/docs/commands/nu-highlight.md index 17e71d2728..4354b7ecd0 100644 --- a/docs/commands/nu-highlight.md +++ b/docs/commands/nu-highlight.md @@ -1,7 +1,7 @@ --- title: nu-highlight layout: command -version: 0.59.0 +version: 0.59.1 --- Syntax highlight the input string. diff --git a/docs/commands/open.md b/docs/commands/open.md index a2cdcd9341..7db5672b84 100644 --- a/docs/commands/open.md +++ b/docs/commands/open.md @@ -1,7 +1,7 @@ --- title: open layout: command -version: 0.59.0 +version: 0.59.1 --- Opens a file. diff --git a/docs/commands/p.md b/docs/commands/p.md index 3bb92301a9..2c31ada9a4 100644 --- a/docs/commands/p.md +++ b/docs/commands/p.md @@ -1,7 +1,7 @@ --- title: p layout: command -version: 0.59.0 +version: 0.59.1 --- Switch to the previous shell. diff --git a/docs/commands/par-each.md b/docs/commands/par-each.md index 1d62f12cc0..ee92a8899f 100644 --- a/docs/commands/par-each.md +++ b/docs/commands/par-each.md @@ -1,7 +1,7 @@ --- title: par-each layout: command -version: 0.59.0 +version: 0.59.1 --- Run a block on each element of input in parallel @@ -22,7 +22,7 @@ Multiplies elements in list > [1 2 3] | par-each { |it| 2 * $it } ``` -Iterate over each element, print the matching value and it's index +Iterate over each element, print the matching value and its index ```shell > [1 2 3] | par-each -n { |it| if $it.item == 2 { echo $"found 2 at ($it.index)!"} } ``` diff --git a/docs/commands/par-each_group.md b/docs/commands/par-each_group.md index 9197a8f7f6..f095b73ef7 100644 --- a/docs/commands/par-each_group.md +++ b/docs/commands/par-each_group.md @@ -1,7 +1,7 @@ --- title: par-each group layout: command -version: 0.59.0 +version: 0.59.1 --- Runs a block on groups of `group_size` rows of a table at a time. @@ -19,5 +19,5 @@ Runs a block on groups of `group_size` rows of a table at a time. Multiplies elements in list ```shell -> echo [1 2 3 4] | par-each group 2 { $it.0 + $it.1 } +> echo [1 2 3 4] | par-each group 2 {|it| $it.0 + $it.1 } ``` diff --git a/docs/commands/parse.md b/docs/commands/parse.md index aa6b74610c..76a6a3d60b 100644 --- a/docs/commands/parse.md +++ b/docs/commands/parse.md @@ -1,7 +1,7 @@ --- title: parse layout: command -version: 0.59.0 +version: 0.59.1 --- Parse columns from string data using a simple pattern. @@ -24,5 +24,5 @@ Parse a string into two named columns Parse a string using regex pattern ```shell -> echo "hi there" | parse -r "(?P\w+) (?P\w+)" +> echo "hi there" | parse -r '(?P\w+) (?P\w+)' ``` diff --git a/docs/commands/path.md b/docs/commands/path.md index 6b7f7110bb..3aba20b253 100644 --- a/docs/commands/path.md +++ b/docs/commands/path.md @@ -1,7 +1,7 @@ --- title: path layout: command -version: 0.59.0 +version: 0.59.1 --- Explore and manipulate paths. diff --git a/docs/commands/path_basename.md b/docs/commands/path_basename.md index f090d20a32..b96e2d6f9b 100644 --- a/docs/commands/path_basename.md +++ b/docs/commands/path_basename.md @@ -1,7 +1,7 @@ --- title: path basename layout: command -version: 0.59.0 +version: 0.59.1 --- Get the final component of a path diff --git a/docs/commands/path_dirname.md b/docs/commands/path_dirname.md index bc175774b1..ccb333a488 100644 --- a/docs/commands/path_dirname.md +++ b/docs/commands/path_dirname.md @@ -1,7 +1,7 @@ --- title: path dirname layout: command -version: 0.59.0 +version: 0.59.1 --- Get the parent directory of a path diff --git a/docs/commands/path_exists.md b/docs/commands/path_exists.md index 16a3eb6c45..3aef6a9efa 100644 --- a/docs/commands/path_exists.md +++ b/docs/commands/path_exists.md @@ -1,7 +1,7 @@ --- title: path exists layout: command -version: 0.59.0 +version: 0.59.1 --- Check whether a path exists diff --git a/docs/commands/path_expand.md b/docs/commands/path_expand.md index a042a211cb..0db3beddca 100644 --- a/docs/commands/path_expand.md +++ b/docs/commands/path_expand.md @@ -1,7 +1,7 @@ --- title: path expand layout: command -version: 0.59.0 +version: 0.59.1 --- Try to expand a path to its absolute form diff --git a/docs/commands/path_join.md b/docs/commands/path_join.md index 5f3e908ab6..2e361fd868 100644 --- a/docs/commands/path_join.md +++ b/docs/commands/path_join.md @@ -1,7 +1,7 @@ --- title: path join layout: command -version: 0.59.0 +version: 0.59.1 --- Join a structured path or a list of path parts. diff --git a/docs/commands/path_parse.md b/docs/commands/path_parse.md index 908052dd4b..a010b5e00f 100644 --- a/docs/commands/path_parse.md +++ b/docs/commands/path_parse.md @@ -1,7 +1,7 @@ --- title: path parse layout: command -version: 0.59.0 +version: 0.59.1 --- Convert a path into structured data. diff --git a/docs/commands/path_relative-to.md b/docs/commands/path_relative-to.md index cc300ffde2..50cc0ce357 100644 --- a/docs/commands/path_relative-to.md +++ b/docs/commands/path_relative-to.md @@ -1,7 +1,7 @@ --- title: path relative-to layout: command -version: 0.59.0 +version: 0.59.1 --- Get a path as relative to another path. diff --git a/docs/commands/path_split.md b/docs/commands/path_split.md index a62a94ff9b..ff63e300c6 100644 --- a/docs/commands/path_split.md +++ b/docs/commands/path_split.md @@ -1,7 +1,7 @@ --- title: path split layout: command -version: 0.59.0 +version: 0.59.1 --- Split a path into parts by a separator. diff --git a/docs/commands/path_type.md b/docs/commands/path_type.md index 1e11d97d22..96dd0534c8 100644 --- a/docs/commands/path_type.md +++ b/docs/commands/path_type.md @@ -1,7 +1,7 @@ --- title: path type layout: command -version: 0.59.0 +version: 0.59.1 --- Get the type of the object a path refers to (e.g., file, dir, symlink) diff --git a/docs/commands/pivot.md b/docs/commands/pivot.md index 5400dfeb2f..2746f8bf10 100644 --- a/docs/commands/pivot.md +++ b/docs/commands/pivot.md @@ -1,7 +1,7 @@ --- title: pivot layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/post.md b/docs/commands/post.md index 0bd867dc35..30fcfa6e35 100644 --- a/docs/commands/post.md +++ b/docs/commands/post.md @@ -1,7 +1,7 @@ --- title: post layout: command -version: 0.59.0 +version: 0.59.1 --- Post a body to a URL (HTTP POST operation). diff --git a/docs/commands/prepend.md b/docs/commands/prepend.md index 26b6ee602b..07bba36a74 100644 --- a/docs/commands/prepend.md +++ b/docs/commands/prepend.md @@ -1,7 +1,7 @@ --- title: prepend layout: command -version: 0.59.0 +version: 0.59.1 --- Prepend a row to the table. diff --git a/docs/commands/print.md b/docs/commands/print.md index 9edb18013c..2648f06259 100644 --- a/docs/commands/print.md +++ b/docs/commands/print.md @@ -1,7 +1,7 @@ --- title: print layout: command -version: 0.59.0 +version: 0.59.1 --- Prints the values given diff --git a/docs/commands/ps.md b/docs/commands/ps.md index a50e407db4..4b8f1132b6 100644 --- a/docs/commands/ps.md +++ b/docs/commands/ps.md @@ -1,7 +1,7 @@ --- title: ps layout: command -version: 0.59.0 +version: 0.59.1 --- View information about system processes. @@ -20,3 +20,18 @@ List the system processes ```shell > ps ``` + +List the top 5 system processes with the highest memory usage +```shell +> ps | sort-by mem | last 5 +``` + +List the top 3 system processes with the highest CPU usage +```shell +> ps | sort-by cpu | last 3 +``` + +List the system processes with 'nu' in their names +```shell +> ps | where name =~ 'nu' +``` diff --git a/docs/commands/query.md b/docs/commands/query.md index 146aea3564..9f6bf2a640 100644 --- a/docs/commands/query.md +++ b/docs/commands/query.md @@ -1,7 +1,7 @@ --- title: query layout: command -version: 0.59.0 +version: 0.59.1 --- Show all the query commands diff --git a/docs/commands/query_json.md b/docs/commands/query_json.md index 4667755c3a..bf31644c9f 100644 --- a/docs/commands/query_json.md +++ b/docs/commands/query_json.md @@ -1,7 +1,7 @@ --- title: query json layout: command -version: 0.59.0 +version: 0.59.1 --- execute json query on json file (open --raw | query json 'query string') diff --git a/docs/commands/query_web.md b/docs/commands/query_web.md index 72f44f9dee..b8a549e104 100644 --- a/docs/commands/query_web.md +++ b/docs/commands/query_web.md @@ -1,7 +1,7 @@ --- title: query web layout: command -version: 0.59.0 +version: 0.59.1 --- execute selector query on html/web diff --git a/docs/commands/query_xml.md b/docs/commands/query_xml.md index 06718afc05..2d1a8dd070 100644 --- a/docs/commands/query_xml.md +++ b/docs/commands/query_xml.md @@ -1,7 +1,7 @@ --- title: query xml layout: command -version: 0.59.0 +version: 0.59.1 --- execute xpath query on xml diff --git a/docs/commands/random.md b/docs/commands/random.md index df8b3e8618..7b0fb2ec0d 100644 --- a/docs/commands/random.md +++ b/docs/commands/random.md @@ -1,7 +1,7 @@ --- title: random layout: command -version: 0.59.0 +version: 0.59.1 --- Generate a random values. diff --git a/docs/commands/random_bool.md b/docs/commands/random_bool.md index f62162a3f8..8663c4b9fb 100644 --- a/docs/commands/random_bool.md +++ b/docs/commands/random_bool.md @@ -1,7 +1,7 @@ --- title: random bool layout: command -version: 0.59.0 +version: 0.59.1 --- Generate a random boolean value diff --git a/docs/commands/random_chars.md b/docs/commands/random_chars.md index e2b5079a06..ee338a56ef 100644 --- a/docs/commands/random_chars.md +++ b/docs/commands/random_chars.md @@ -1,7 +1,7 @@ --- title: random chars layout: command -version: 0.59.0 +version: 0.59.1 --- Generate random chars diff --git a/docs/commands/random_decimal.md b/docs/commands/random_decimal.md index b7ba191a8f..51ebe0ee49 100644 --- a/docs/commands/random_decimal.md +++ b/docs/commands/random_decimal.md @@ -1,7 +1,7 @@ --- title: random decimal layout: command -version: 0.59.0 +version: 0.59.1 --- Generate a random decimal within a range [min..max] diff --git a/docs/commands/random_dice.md b/docs/commands/random_dice.md index b7a5e98f6d..9b444407eb 100644 --- a/docs/commands/random_dice.md +++ b/docs/commands/random_dice.md @@ -1,7 +1,7 @@ --- title: random dice layout: command -version: 0.59.0 +version: 0.59.1 --- Generate a random dice roll diff --git a/docs/commands/random_integer.md b/docs/commands/random_integer.md index d83f1dcc48..3771e1512a 100644 --- a/docs/commands/random_integer.md +++ b/docs/commands/random_integer.md @@ -1,7 +1,7 @@ --- title: random integer layout: command -version: 0.59.0 +version: 0.59.1 --- Generate a random integer [min..max] diff --git a/docs/commands/random_uuid.md b/docs/commands/random_uuid.md index ed81c1d354..ceb2a20374 100644 --- a/docs/commands/random_uuid.md +++ b/docs/commands/random_uuid.md @@ -1,7 +1,7 @@ --- title: random uuid layout: command -version: 0.59.0 +version: 0.59.1 --- Generate a random uuid4 string diff --git a/docs/commands/range.md b/docs/commands/range.md index 7c6fb365c5..69fd48f7a8 100644 --- a/docs/commands/range.md +++ b/docs/commands/range.md @@ -1,7 +1,7 @@ --- title: range layout: command -version: 0.59.0 +version: 0.59.1 --- Return only the selected rows. diff --git a/docs/commands/reduce.md b/docs/commands/reduce.md index 7fd9860a65..55299b14f9 100644 --- a/docs/commands/reduce.md +++ b/docs/commands/reduce.md @@ -1,7 +1,7 @@ --- title: reduce layout: command -version: 0.59.0 +version: 0.59.1 --- Aggregate a list table to a single value using an accumulator block. diff --git a/docs/commands/register.md b/docs/commands/register.md index 9deff8d9fe..e34d782dc7 100644 --- a/docs/commands/register.md +++ b/docs/commands/register.md @@ -1,7 +1,7 @@ --- title: register layout: command -version: 0.59.0 +version: 0.59.1 --- Register a plugin diff --git a/docs/commands/reject.md b/docs/commands/reject.md index 259a72c499..4c050c7ad2 100644 --- a/docs/commands/reject.md +++ b/docs/commands/reject.md @@ -1,7 +1,7 @@ --- title: reject layout: command -version: 0.59.0 +version: 0.59.1 --- Remove the given columns from the table. If you want to remove rows, try 'drop'. diff --git a/docs/commands/rename.md b/docs/commands/rename.md index f8a37e2a87..3487a8c6a5 100644 --- a/docs/commands/rename.md +++ b/docs/commands/rename.md @@ -1,7 +1,7 @@ --- title: rename layout: command -version: 0.59.0 +version: 0.59.1 --- Creates a new table with columns renamed. diff --git a/docs/commands/reverse.md b/docs/commands/reverse.md index 1735a900b1..0f52f23bf9 100644 --- a/docs/commands/reverse.md +++ b/docs/commands/reverse.md @@ -1,7 +1,7 @@ --- title: reverse layout: command -version: 0.59.0 +version: 0.59.1 --- Reverses the table. diff --git a/docs/commands/rm.md b/docs/commands/rm.md index 136ca85023..901be2f56b 100644 --- a/docs/commands/rm.md +++ b/docs/commands/rm.md @@ -1,7 +1,7 @@ --- title: rm layout: command -version: 0.59.0 +version: 0.59.1 --- Remove file(s). @@ -17,7 +17,7 @@ Remove file(s). - `--permanent`: don't use recycle bin, delete permanently - `--recursive`: delete subdirectories recursively - `--force`: suppress error when no file - - `--quiet`: supress output showing files deleted + - `--quiet`: suppress output showing files deleted ## Examples diff --git a/docs/commands/roll.md b/docs/commands/roll.md index c57f4c9a45..7bf2e01613 100644 --- a/docs/commands/roll.md +++ b/docs/commands/roll.md @@ -1,7 +1,7 @@ --- title: roll layout: command -version: 0.59.0 +version: 0.59.1 --- Rolling commands for tables diff --git a/docs/commands/roll_down.md b/docs/commands/roll_down.md index b8b149c41a..a66957a067 100644 --- a/docs/commands/roll_down.md +++ b/docs/commands/roll_down.md @@ -1,7 +1,7 @@ --- title: roll down layout: command -version: 0.59.0 +version: 0.59.1 --- Roll table rows down diff --git a/docs/commands/roll_left.md b/docs/commands/roll_left.md index b8ec384ca3..576aaa2c34 100644 --- a/docs/commands/roll_left.md +++ b/docs/commands/roll_left.md @@ -1,7 +1,7 @@ --- title: roll left layout: command -version: 0.59.0 +version: 0.59.1 --- Roll table columns left diff --git a/docs/commands/roll_right.md b/docs/commands/roll_right.md index 74a1797236..8958777e15 100644 --- a/docs/commands/roll_right.md +++ b/docs/commands/roll_right.md @@ -1,7 +1,7 @@ --- title: roll right layout: command -version: 0.59.0 +version: 0.59.1 --- Roll table columns right diff --git a/docs/commands/roll_up.md b/docs/commands/roll_up.md index 1923c1a9c4..a5043edf9d 100644 --- a/docs/commands/roll_up.md +++ b/docs/commands/roll_up.md @@ -1,7 +1,7 @@ --- title: roll up layout: command -version: 0.59.0 +version: 0.59.1 --- Roll table rows up diff --git a/docs/commands/rotate.md b/docs/commands/rotate.md index a749453b5b..45c947c581 100644 --- a/docs/commands/rotate.md +++ b/docs/commands/rotate.md @@ -1,7 +1,7 @@ --- title: rotate layout: command -version: 0.59.0 +version: 0.59.1 --- Rotates a table clockwise (default) or counter-clockwise (use --ccw flag). diff --git a/docs/commands/run-external.md b/docs/commands/run-external.md index 0594255e4e..ddf8758d31 100644 --- a/docs/commands/run-external.md +++ b/docs/commands/run-external.md @@ -1,7 +1,7 @@ --- title: run-external layout: command -version: 0.59.0 +version: 0.59.1 --- Runs external command diff --git a/docs/commands/run_external.md b/docs/commands/run_external.md deleted file mode 100644 index a4592a029f..0000000000 --- a/docs/commands/run_external.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: run_external -layout: command -version: 0.59.0 ---- - -Runs external command - -## Signature - -```> run_external ...rest --last_expression``` - -## Parameters - - - `...rest`: external command to run - - `--last_expression`: last_expression - diff --git a/docs/commands/save.md b/docs/commands/save.md index aa0cb84c8c..ce335af24c 100644 --- a/docs/commands/save.md +++ b/docs/commands/save.md @@ -1,7 +1,7 @@ --- title: save layout: command -version: 0.59.0 +version: 0.59.1 --- Save a file. diff --git a/docs/commands/select.md b/docs/commands/select.md index 1a629f2aff..02772f52a5 100644 --- a/docs/commands/select.md +++ b/docs/commands/select.md @@ -1,7 +1,7 @@ --- title: select layout: command -version: 0.59.0 +version: 0.59.1 --- Down-select table to only these columns. diff --git a/docs/commands/seq.md b/docs/commands/seq.md index 49a1590fe1..7202f2f332 100644 --- a/docs/commands/seq.md +++ b/docs/commands/seq.md @@ -1,7 +1,7 @@ --- title: seq layout: command -version: 0.59.0 +version: 0.59.1 --- Print sequences of numbers. diff --git a/docs/commands/seq_date.md b/docs/commands/seq_date.md index 65b7f19aa9..9888b52695 100644 --- a/docs/commands/seq_date.md +++ b/docs/commands/seq_date.md @@ -1,7 +1,7 @@ --- title: seq date layout: command -version: 0.59.0 +version: 0.59.1 --- print sequences of dates diff --git a/docs/commands/shells.md b/docs/commands/shells.md index 24d8aff7ef..7fadaf7849 100644 --- a/docs/commands/shells.md +++ b/docs/commands/shells.md @@ -1,7 +1,7 @@ --- title: shells layout: command -version: 0.59.0 +version: 0.59.1 --- Lists all open shells. diff --git a/docs/commands/shuffle.md b/docs/commands/shuffle.md index c0dde3a9d5..73dd946dfd 100644 --- a/docs/commands/shuffle.md +++ b/docs/commands/shuffle.md @@ -1,7 +1,7 @@ --- title: shuffle layout: command -version: 0.59.0 +version: 0.59.1 --- Shuffle rows randomly. diff --git a/docs/commands/size.md b/docs/commands/size.md index 651b5db6ac..ad22424e21 100644 --- a/docs/commands/size.md +++ b/docs/commands/size.md @@ -1,7 +1,7 @@ --- title: size layout: command -version: 0.59.0 +version: 0.59.1 --- Gather word count statistics on the text. diff --git a/docs/commands/skip.md b/docs/commands/skip.md index abf7180448..67771b4f3a 100644 --- a/docs/commands/skip.md +++ b/docs/commands/skip.md @@ -1,7 +1,7 @@ --- title: skip layout: command -version: 0.59.0 +version: 0.59.1 --- Skip the first n elements of the input. diff --git a/docs/commands/skip_until.md b/docs/commands/skip_until.md index 7d3545dd52..d19d618990 100644 --- a/docs/commands/skip_until.md +++ b/docs/commands/skip_until.md @@ -1,7 +1,7 @@ --- title: skip until layout: command -version: 0.59.0 +version: 0.59.1 --- Skip elements of the input until a predicate is true. diff --git a/docs/commands/skip_while.md b/docs/commands/skip_while.md index 9fed5b0dcc..e2618f2a3f 100644 --- a/docs/commands/skip_while.md +++ b/docs/commands/skip_while.md @@ -1,7 +1,7 @@ --- title: skip while layout: command -version: 0.59.0 +version: 0.59.1 --- Skip elements of the input while a predicate is true. diff --git a/docs/commands/sleep.md b/docs/commands/sleep.md index 84f65c40ba..fce5bd5b00 100644 --- a/docs/commands/sleep.md +++ b/docs/commands/sleep.md @@ -1,7 +1,7 @@ --- title: sleep layout: command -version: 0.59.0 +version: 0.59.1 --- Delay for a specified amount of time. diff --git a/docs/commands/sort-by.md b/docs/commands/sort-by.md index e7fc0a5758..ab6d74c781 100644 --- a/docs/commands/sort-by.md +++ b/docs/commands/sort-by.md @@ -1,7 +1,7 @@ --- title: sort-by layout: command -version: 0.59.0 +version: 0.59.1 --- Sort by the given columns, in increasing order. diff --git a/docs/commands/source.md b/docs/commands/source.md index 96dc47d5c0..58617df625 100644 --- a/docs/commands/source.md +++ b/docs/commands/source.md @@ -1,7 +1,7 @@ --- title: source layout: command -version: 0.59.0 +version: 0.59.1 --- Runs a script file in the current context. diff --git a/docs/commands/split-by.md b/docs/commands/split-by.md index 73702f7deb..5b4e5eb138 100644 --- a/docs/commands/split-by.md +++ b/docs/commands/split-by.md @@ -1,7 +1,7 @@ --- title: split-by layout: command -version: 0.59.0 +version: 0.59.1 --- Create a new table splitted. diff --git a/docs/commands/split.md b/docs/commands/split.md index 1cbd152df7..a15caf1017 100644 --- a/docs/commands/split.md +++ b/docs/commands/split.md @@ -1,7 +1,7 @@ --- title: split layout: command -version: 0.59.0 +version: 0.59.1 --- Split contents across desired subcommand (like row, column) via the separator. diff --git a/docs/commands/split_chars.md b/docs/commands/split_chars.md index b580cca2c8..4209baa8b3 100644 --- a/docs/commands/split_chars.md +++ b/docs/commands/split_chars.md @@ -1,7 +1,7 @@ --- title: split chars layout: command -version: 0.59.0 +version: 0.59.1 --- splits a string's characters into separate rows diff --git a/docs/commands/split_column.md b/docs/commands/split_column.md index b19905b45b..af92694f2c 100644 --- a/docs/commands/split_column.md +++ b/docs/commands/split_column.md @@ -1,7 +1,7 @@ --- title: split column layout: command -version: 0.59.0 +version: 0.59.1 --- splits contents across multiple columns via the separator. diff --git a/docs/commands/split_row.md b/docs/commands/split_row.md index 3f61a2ed8e..0cdd632b66 100644 --- a/docs/commands/split_row.md +++ b/docs/commands/split_row.md @@ -1,7 +1,7 @@ --- title: split row layout: command -version: 0.59.0 +version: 0.59.1 --- splits contents over multiple rows via the separator. diff --git a/docs/commands/str.md b/docs/commands/str.md index 4d7cc8d13c..38f73b655c 100644 --- a/docs/commands/str.md +++ b/docs/commands/str.md @@ -1,7 +1,7 @@ --- title: str layout: command -version: 0.59.0 +version: 0.59.1 --- Various commands for working with string data. diff --git a/docs/commands/str_camel-case.md b/docs/commands/str_camel-case.md index 48b1d34e5b..a727109f5d 100644 --- a/docs/commands/str_camel-case.md +++ b/docs/commands/str_camel-case.md @@ -1,7 +1,7 @@ --- title: str camel-case layout: command -version: 0.59.0 +version: 0.59.1 --- converts a string to camelCase diff --git a/docs/commands/str_capitalize.md b/docs/commands/str_capitalize.md index 76d7ce1ec8..fb3d530018 100644 --- a/docs/commands/str_capitalize.md +++ b/docs/commands/str_capitalize.md @@ -1,7 +1,7 @@ --- title: str capitalize layout: command -version: 0.59.0 +version: 0.59.1 --- capitalizes text diff --git a/docs/commands/str_collect.md b/docs/commands/str_collect.md index a46d4fe9d4..2b9a616038 100644 --- a/docs/commands/str_collect.md +++ b/docs/commands/str_collect.md @@ -1,7 +1,7 @@ --- title: str collect layout: command -version: 0.59.0 +version: 0.59.1 --- creates a string from the input, optionally using a separator diff --git a/docs/commands/str_contains.md b/docs/commands/str_contains.md index b07a69faf5..aa105cf917 100644 --- a/docs/commands/str_contains.md +++ b/docs/commands/str_contains.md @@ -1,7 +1,7 @@ --- title: str contains layout: command -version: 0.59.0 +version: 0.59.1 --- Checks if string contains pattern diff --git a/docs/commands/str_downcase.md b/docs/commands/str_downcase.md index 329c84a7cd..5b5b590841 100644 --- a/docs/commands/str_downcase.md +++ b/docs/commands/str_downcase.md @@ -1,7 +1,7 @@ --- title: str downcase layout: command -version: 0.59.0 +version: 0.59.1 --- downcases text diff --git a/docs/commands/str_ends-with.md b/docs/commands/str_ends-with.md index 3b30bc6967..a4c4b4bc08 100644 --- a/docs/commands/str_ends-with.md +++ b/docs/commands/str_ends-with.md @@ -1,7 +1,7 @@ --- title: str ends-with layout: command -version: 0.59.0 +version: 0.59.1 --- checks if string ends with pattern diff --git a/docs/commands/str_find-replace.md b/docs/commands/str_find-replace.md index 15784fea49..fcfe522462 100644 --- a/docs/commands/str_find-replace.md +++ b/docs/commands/str_find-replace.md @@ -1,7 +1,7 @@ --- title: str find-replace layout: command -version: 0.59.0 +version: 0.59.1 --- finds and replaces text diff --git a/docs/commands/str_index-of.md b/docs/commands/str_index-of.md index 4358bf825a..212e554447 100644 --- a/docs/commands/str_index-of.md +++ b/docs/commands/str_index-of.md @@ -1,7 +1,7 @@ --- title: str index-of layout: command -version: 0.59.0 +version: 0.59.1 --- Returns starting index of given pattern in string counting from 0. Returns -1 when there are no results. diff --git a/docs/commands/str_kebab-case.md b/docs/commands/str_kebab-case.md index 9a29f97a50..eefd368700 100644 --- a/docs/commands/str_kebab-case.md +++ b/docs/commands/str_kebab-case.md @@ -1,7 +1,7 @@ --- title: str kebab-case layout: command -version: 0.59.0 +version: 0.59.1 --- converts a string to kebab-case diff --git a/docs/commands/str_length.md b/docs/commands/str_length.md index d0ff21e1a6..42bcefbdbf 100644 --- a/docs/commands/str_length.md +++ b/docs/commands/str_length.md @@ -1,7 +1,7 @@ --- title: str length layout: command -version: 0.59.0 +version: 0.59.1 --- outputs the lengths of the strings in the pipeline diff --git a/docs/commands/str_lpad.md b/docs/commands/str_lpad.md index 367b6c7434..564ad3329e 100644 --- a/docs/commands/str_lpad.md +++ b/docs/commands/str_lpad.md @@ -1,7 +1,7 @@ --- title: str lpad layout: command -version: 0.59.0 +version: 0.59.1 --- pad a string with a character a certain length diff --git a/docs/commands/str_pascal-case.md b/docs/commands/str_pascal-case.md index 4d7909c555..560c14f2c8 100644 --- a/docs/commands/str_pascal-case.md +++ b/docs/commands/str_pascal-case.md @@ -1,7 +1,7 @@ --- title: str pascal-case layout: command -version: 0.59.0 +version: 0.59.1 --- converts a string to PascalCase diff --git a/docs/commands/str_reverse.md b/docs/commands/str_reverse.md index 09a322e57b..78b0fd3734 100644 --- a/docs/commands/str_reverse.md +++ b/docs/commands/str_reverse.md @@ -1,7 +1,7 @@ --- title: str reverse layout: command -version: 0.59.0 +version: 0.59.1 --- outputs the reversals of the strings in the pipeline diff --git a/docs/commands/str_rpad.md b/docs/commands/str_rpad.md index baefe1a1b4..f73e9a876c 100644 --- a/docs/commands/str_rpad.md +++ b/docs/commands/str_rpad.md @@ -1,7 +1,7 @@ --- title: str rpad layout: command -version: 0.59.0 +version: 0.59.1 --- pad a string with a character a certain length diff --git a/docs/commands/str_screaming-snake-case.md b/docs/commands/str_screaming-snake-case.md index 2a1b1d7247..b38f6ff9ed 100644 --- a/docs/commands/str_screaming-snake-case.md +++ b/docs/commands/str_screaming-snake-case.md @@ -1,7 +1,7 @@ --- title: str screaming-snake-case layout: command -version: 0.59.0 +version: 0.59.1 --- converts a string to SCREAMING_SNAKE_CASE diff --git a/docs/commands/str_snake-case.md b/docs/commands/str_snake-case.md index 6af782bc89..245203f45c 100644 --- a/docs/commands/str_snake-case.md +++ b/docs/commands/str_snake-case.md @@ -1,7 +1,7 @@ --- title: str snake-case layout: command -version: 0.59.0 +version: 0.59.1 --- converts a string to snake_case diff --git a/docs/commands/str_starts-with.md b/docs/commands/str_starts-with.md index 08796c3a6f..5e17457623 100644 --- a/docs/commands/str_starts-with.md +++ b/docs/commands/str_starts-with.md @@ -1,7 +1,7 @@ --- title: str starts-with layout: command -version: 0.59.0 +version: 0.59.1 --- checks if string starts with pattern diff --git a/docs/commands/str_substring.md b/docs/commands/str_substring.md index aa1d777af5..05029f6790 100644 --- a/docs/commands/str_substring.md +++ b/docs/commands/str_substring.md @@ -1,7 +1,7 @@ --- title: str substring layout: command -version: 0.59.0 +version: 0.59.1 --- substrings text diff --git a/docs/commands/str_to-datetime.md b/docs/commands/str_to-datetime.md index f178576d05..2dd4016900 100644 --- a/docs/commands/str_to-datetime.md +++ b/docs/commands/str_to-datetime.md @@ -1,7 +1,7 @@ --- title: str to-datetime layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/str_to-decimal.md b/docs/commands/str_to-decimal.md index b8bf13c0ec..e9d714b123 100644 --- a/docs/commands/str_to-decimal.md +++ b/docs/commands/str_to-decimal.md @@ -1,7 +1,7 @@ --- title: str to-decimal layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/str_to-int.md b/docs/commands/str_to-int.md index 71351a983e..2d5181069a 100644 --- a/docs/commands/str_to-int.md +++ b/docs/commands/str_to-int.md @@ -1,7 +1,7 @@ --- title: str to-int layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/str_trim.md b/docs/commands/str_trim.md index aae19a5c1f..cf3342d690 100644 --- a/docs/commands/str_trim.md +++ b/docs/commands/str_trim.md @@ -1,7 +1,7 @@ --- title: str trim layout: command -version: 0.59.0 +version: 0.59.1 --- trims text diff --git a/docs/commands/str_upcase.md b/docs/commands/str_upcase.md index 59981dab83..a609adef9f 100644 --- a/docs/commands/str_upcase.md +++ b/docs/commands/str_upcase.md @@ -1,7 +1,7 @@ --- title: str upcase layout: command -version: 0.59.0 +version: 0.59.1 --- upcases text diff --git a/docs/commands/sys.md b/docs/commands/sys.md index 775836eec5..c739a10ca8 100644 --- a/docs/commands/sys.md +++ b/docs/commands/sys.md @@ -1,7 +1,7 @@ --- title: sys layout: command -version: 0.59.0 +version: 0.59.1 --- View information about the system. diff --git a/docs/commands/table.md b/docs/commands/table.md index cb7d952d45..df46de6ff3 100644 --- a/docs/commands/table.md +++ b/docs/commands/table.md @@ -1,7 +1,7 @@ --- title: table layout: command -version: 0.59.0 +version: 0.59.1 --- Render the table. diff --git a/docs/commands/term_size.md b/docs/commands/term_size.md index 0cd746bd94..a48121d9c5 100644 --- a/docs/commands/term_size.md +++ b/docs/commands/term_size.md @@ -1,7 +1,7 @@ --- title: term size layout: command -version: 0.59.0 +version: 0.59.1 --- Returns the terminal size diff --git a/docs/commands/to.md b/docs/commands/to.md index e6cf0f4660..91d70a369c 100644 --- a/docs/commands/to.md +++ b/docs/commands/to.md @@ -1,7 +1,7 @@ --- title: to layout: command -version: 0.59.0 +version: 0.59.1 --- Translate structured data to a format diff --git a/docs/commands/to_csv.md b/docs/commands/to_csv.md index c0e8b06ddc..5976bb13a2 100644 --- a/docs/commands/to_csv.md +++ b/docs/commands/to_csv.md @@ -1,7 +1,7 @@ --- title: to csv layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into .csv text diff --git a/docs/commands/to_html.md b/docs/commands/to_html.md index fce7360eed..79c110733e 100644 --- a/docs/commands/to_html.md +++ b/docs/commands/to_html.md @@ -1,7 +1,7 @@ --- title: to html layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into simple HTML diff --git a/docs/commands/to_json.md b/docs/commands/to_json.md index 1ac5a1df5d..92ea3cea8b 100644 --- a/docs/commands/to_json.md +++ b/docs/commands/to_json.md @@ -1,19 +1,20 @@ --- title: to json layout: command -version: 0.59.0 +version: 0.59.1 --- Converts table data into JSON text. ## Signature -```> to json --raw --indent``` +```> to json --raw --indent --tabs``` ## Parameters - `--raw`: remove all of the whitespace - `--indent {number}`: specify indentation width + - `--tabs {number}`: specify indentation tab quantity ## Examples diff --git a/docs/commands/to_md.md b/docs/commands/to_md.md index efcb3aebf1..2e596b75ae 100644 --- a/docs/commands/to_md.md +++ b/docs/commands/to_md.md @@ -1,7 +1,7 @@ --- title: to md layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into simple Markdown diff --git a/docs/commands/to_nuon.md b/docs/commands/to_nuon.md index f5ed6198d0..ce4c19e0ea 100644 --- a/docs/commands/to_nuon.md +++ b/docs/commands/to_nuon.md @@ -1,7 +1,7 @@ --- title: to nuon layout: command -version: 0.59.0 +version: 0.59.1 --- Converts table data into Nuon (Nushell Object Notation) text. diff --git a/docs/commands/to_toml.md b/docs/commands/to_toml.md index 4bf86bf8f9..4dad27601d 100644 --- a/docs/commands/to_toml.md +++ b/docs/commands/to_toml.md @@ -1,7 +1,7 @@ --- title: to toml layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into .toml text diff --git a/docs/commands/to_tsv.md b/docs/commands/to_tsv.md index 32deab8122..707286542c 100644 --- a/docs/commands/to_tsv.md +++ b/docs/commands/to_tsv.md @@ -1,7 +1,7 @@ --- title: to tsv layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into .tsv text diff --git a/docs/commands/to_url.md b/docs/commands/to_url.md index 2f4bca1d7f..6a21f231b6 100644 --- a/docs/commands/to_url.md +++ b/docs/commands/to_url.md @@ -1,7 +1,7 @@ --- title: to url layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into url-encoded text diff --git a/docs/commands/to_xml.md b/docs/commands/to_xml.md index bc9fe586b2..2a13807ef7 100644 --- a/docs/commands/to_xml.md +++ b/docs/commands/to_xml.md @@ -1,7 +1,7 @@ --- title: to xml layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into .xml text diff --git a/docs/commands/to_yaml.md b/docs/commands/to_yaml.md index c5bb0b79f2..077ac31267 100644 --- a/docs/commands/to_yaml.md +++ b/docs/commands/to_yaml.md @@ -1,7 +1,7 @@ --- title: to yaml layout: command -version: 0.59.0 +version: 0.59.1 --- Convert table into .yaml/.yml text diff --git a/docs/commands/touch.md b/docs/commands/touch.md index 65371bd731..99f676648c 100644 --- a/docs/commands/touch.md +++ b/docs/commands/touch.md @@ -1,7 +1,7 @@ --- title: touch layout: command -version: 0.59.0 +version: 0.59.1 --- Creates one or more files. diff --git a/docs/commands/transpose.md b/docs/commands/transpose.md index 0885c73be1..a4f9b81baf 100644 --- a/docs/commands/transpose.md +++ b/docs/commands/transpose.md @@ -1,7 +1,7 @@ --- title: transpose layout: command -version: 0.59.0 +version: 0.59.1 --- Transposes the table contents so rows become columns and columns become rows. diff --git a/docs/commands/tutor.md b/docs/commands/tutor.md index 938c13b0aa..47a88eeb8e 100644 --- a/docs/commands/tutor.md +++ b/docs/commands/tutor.md @@ -1,7 +1,7 @@ --- title: tutor layout: command -version: 0.59.0 +version: 0.59.1 --- Run the tutorial. To begin, run: tutor diff --git a/docs/commands/unalias.md b/docs/commands/unalias.md index 27db2630d5..9ab2af9351 100644 --- a/docs/commands/unalias.md +++ b/docs/commands/unalias.md @@ -1,7 +1,7 @@ --- title: unalias layout: command -version: 0.59.0 +version: 0.59.1 --- Deprecated command diff --git a/docs/commands/uniq.md b/docs/commands/uniq.md index 988aad0550..35addd7404 100644 --- a/docs/commands/uniq.md +++ b/docs/commands/uniq.md @@ -1,7 +1,7 @@ --- title: uniq layout: command -version: 0.59.0 +version: 0.59.1 --- Return the unique rows. diff --git a/docs/commands/update.md b/docs/commands/update.md index 961a8285da..30f6e2e2c0 100644 --- a/docs/commands/update.md +++ b/docs/commands/update.md @@ -1,7 +1,7 @@ --- title: update layout: command -version: 0.59.0 +version: 0.59.1 --- Update an existing column to have a new value. diff --git a/docs/commands/update_cells.md b/docs/commands/update_cells.md index 60c638dea2..ed7156fdb4 100644 --- a/docs/commands/update_cells.md +++ b/docs/commands/update_cells.md @@ -1,7 +1,7 @@ --- title: update cells layout: command -version: 0.59.0 +version: 0.59.1 --- Update the table cells. diff --git a/docs/commands/url.md b/docs/commands/url.md index c915c92515..74a068be4b 100644 --- a/docs/commands/url.md +++ b/docs/commands/url.md @@ -1,7 +1,7 @@ --- title: url layout: command -version: 0.59.0 +version: 0.59.1 --- Apply url function. diff --git a/docs/commands/url_host.md b/docs/commands/url_host.md index b40cb3a352..f68180e4b0 100644 --- a/docs/commands/url_host.md +++ b/docs/commands/url_host.md @@ -1,7 +1,7 @@ --- title: url host layout: command -version: 0.59.0 +version: 0.59.1 --- gets the host of a url diff --git a/docs/commands/url_path.md b/docs/commands/url_path.md index a8889b5a53..c53460e89f 100644 --- a/docs/commands/url_path.md +++ b/docs/commands/url_path.md @@ -1,7 +1,7 @@ --- title: url path layout: command -version: 0.59.0 +version: 0.59.1 --- gets the path of a url diff --git a/docs/commands/url_query.md b/docs/commands/url_query.md index dbeb3216fa..ff621078a4 100644 --- a/docs/commands/url_query.md +++ b/docs/commands/url_query.md @@ -1,7 +1,7 @@ --- title: url query layout: command -version: 0.59.0 +version: 0.59.1 --- gets the query of a url diff --git a/docs/commands/url_scheme.md b/docs/commands/url_scheme.md index 6210c04026..ed44fce259 100644 --- a/docs/commands/url_scheme.md +++ b/docs/commands/url_scheme.md @@ -1,7 +1,7 @@ --- title: url scheme layout: command -version: 0.59.0 +version: 0.59.1 --- gets the scheme (eg http, file) of a url diff --git a/docs/commands/use.md b/docs/commands/use.md index 5106877e2b..1b15cb2119 100644 --- a/docs/commands/use.md +++ b/docs/commands/use.md @@ -1,7 +1,7 @@ --- title: use layout: command -version: 0.59.0 +version: 0.59.1 --- Use definitions from a module diff --git a/docs/commands/version.md b/docs/commands/version.md index d508caad91..0f49754a08 100644 --- a/docs/commands/version.md +++ b/docs/commands/version.md @@ -1,7 +1,7 @@ --- title: version layout: command -version: 0.59.0 +version: 0.59.1 --- Display Nu version. diff --git a/docs/commands/view-source.md b/docs/commands/view-source.md index 6a00840b5e..82694da1e2 100644 --- a/docs/commands/view-source.md +++ b/docs/commands/view-source.md @@ -1,7 +1,7 @@ --- title: view-source layout: command -version: 0.59.0 +version: 0.59.1 --- View a block, module, or a definition diff --git a/docs/commands/where.md b/docs/commands/where.md index a7f3bf4b17..793d16fbc3 100644 --- a/docs/commands/where.md +++ b/docs/commands/where.md @@ -1,7 +1,7 @@ --- title: where layout: command -version: 0.59.0 +version: 0.59.1 --- Filter values based on a condition. diff --git a/docs/commands/which.md b/docs/commands/which.md index 152ecb7f6f..4949729b80 100644 --- a/docs/commands/which.md +++ b/docs/commands/which.md @@ -1,7 +1,7 @@ --- title: which layout: command -version: 0.59.0 +version: 0.59.1 --- Finds a program file, alias or custom command. diff --git a/docs/commands/with-env.md b/docs/commands/with-env.md index 65d7b64baa..1e562bc945 100644 --- a/docs/commands/with-env.md +++ b/docs/commands/with-env.md @@ -1,7 +1,7 @@ --- title: with-env layout: command -version: 0.59.0 +version: 0.59.1 --- Runs a block with an environment variable set. diff --git a/docs/commands/wrap.md b/docs/commands/wrap.md index 77d4b1523a..1872dfedd2 100644 --- a/docs/commands/wrap.md +++ b/docs/commands/wrap.md @@ -1,7 +1,7 @@ --- title: wrap layout: command -version: 0.59.0 +version: 0.59.1 --- Wrap the value into a column. diff --git a/docs/commands/zip.md b/docs/commands/zip.md index 17aab3a1c5..4de2feb118 100644 --- a/docs/commands/zip.md +++ b/docs/commands/zip.md @@ -1,7 +1,7 @@ --- title: zip layout: command -version: 0.59.0 +version: 0.59.1 --- Combine a stream with the input