|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #338' |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://nushell.sh |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2026-02-12' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #338 |
| 10 | + |
| 11 | +Published Friday, 2026-02-27, including PRs merged Friday, 2026-02-06 through Thursday, 2026-02-12. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @fdncred: |
| 16 | + |
| 17 | + - [cleaned up ansi command pr.md (#17555)](https://github.com/nushell/nushell/pull/17555) |
| 18 | + - [added `nu` to the ignore_list for `:try` in `explore` (#17533)](https://github.com/nushell/nushell/pull/17533) |
| 19 | + - [disabled auto tail and tracked previous row count in push_layer in explore (#17532)](https://github.com/nushell/nushell/pull/17532) |
| 20 | + - [updated to latest reedline commit bdcc842 (#17516)](https://github.com/nushell/nushell/pull/17516) |
| 21 | + - [updated structured ansi to support attr names and codes (#17514)](https://github.com/nushell/nushell/pull/17514) |
| 22 | + - [updated nushell to reedline to 4c16687 (#17511)](https://github.com/nushell/nushell/pull/17511) |
| 23 | + - [made `let` pass-thru in mid pipeline, output no values when assigned at beginning of the pipeline, output values at the end of the pipeline (#17446)](https://github.com/nushell/nushell/pull/17446) |
| 24 | + |
| 25 | +- @blindFS: |
| 26 | + |
| 27 | + - [fixed block duplication for aliased ones only in `replace_in_variable` (#17553)](https://github.com/nushell/nushell/pull/17553) |
| 28 | + |
| 29 | +- @WindSoilder: |
| 30 | + |
| 31 | + - [updated uu libs to 0.6.0 (#17551)](https://github.com/nushell/nushell/pull/17551) |
| 32 | + |
| 33 | +- @jlcrochet: |
| 34 | + |
| 35 | + - [removed `$env.config.input_list` from `input list` (#17550)](https://github.com/nushell/nushell/pull/17550) |
| 36 | + |
| 37 | +- @Juhan280: |
| 38 | + |
| 39 | + - [aligned --tmpdir behavior in `mktemp` with coreutils/uutils (#17549)](https://github.com/nushell/nushell/pull/17549) |
| 40 | + - [added `path_columns` to PipelineMetadata for flexible path rendering (#17540)](https://github.com/nushell/nushell/pull/17540) |
| 41 | + - [added linewise and non-blank start edit commands (#17508)](https://github.com/nushell/nushell/pull/17508) |
| 42 | + |
| 43 | +- @evolvomind: |
| 44 | + |
| 45 | + - [fixed variable expansion inconsistency in path arguments for commands using GlobPattern (#17547)](https://github.com/nushell/nushell/pull/17547) |
| 46 | + |
| 47 | +- @monigarr: |
| 48 | + |
| 49 | + - [improved strings command help text (PR 9 of 10) (#17545)](https://github.com/nushell/nushell/pull/17545) |
| 50 | + - [improved math random help text (PR 8 of 10) (#17544)](https://github.com/nushell/nushell/pull/17544) |
| 51 | + - [improved help text for filesystem, path, and platform commands (PR 7 of 10) (#17528)](https://github.com/nushell/nushell/pull/17528) |
| 52 | + - [improved help text for bytes, conversions, database, and date commands (#17523)](https://github.com/nushell/nushell/pull/17523) |
| 53 | + - [improved help text for format commands (PR 4 of 10) (#17522)](https://github.com/nushell/nushell/pull/17522) |
| 54 | + |
| 55 | +- @maxim-uvarov: |
| 56 | + |
| 57 | + - [avoided panic in replace_in_variable for permanent blocks (#17539)](https://github.com/nushell/nushell/pull/17539) |
| 58 | + |
| 59 | +- @cablehead: |
| 60 | + |
| 61 | + - [deprecated `metadata set --merge` in favor of closure form (#17537)](https://github.com/nushell/nushell/pull/17537) |
| 62 | + |
| 63 | +- @InnocentZero: |
| 64 | + |
| 65 | + - [added skip columns functionality (#17526)](https://github.com/nushell/nushell/pull/17526) |
| 66 | + |
| 67 | +- @cuiweixie: |
| 68 | + |
| 69 | + - [fixed median calculation to use sorted len (#17521)](https://github.com/nushell/nushell/pull/17521) |
| 70 | + |
| 71 | +- @weirdan: |
| 72 | + |
| 73 | + - [fixed poll/pool typo for `http pool` (#17519)](https://github.com/nushell/nushell/pull/17519) |
| 74 | + |
| 75 | +- @hustcer: |
| 76 | + |
| 77 | + - [upgraded interprocess to 2.3.1 (#17517)](https://github.com/nushell/nushell/pull/17517) |
| 78 | + - [pinned libc and interprocess to fix cross-platform build failures (#17506)](https://github.com/nushell/nushell/pull/17506) |
| 79 | + |
| 80 | +- @BluewyDiamond: |
| 81 | + |
| 82 | + - [made `rm` behavior consistent with `mv`, `du`, and `cp` (#17509)](https://github.com/nushell/nushell/pull/17509) |
| 83 | + |
| 84 | +- @stuartcarnie: |
| 85 | + |
| 86 | + - [enabled OSC133 click events via reedline (#17491)](https://github.com/nushell/nushell/pull/17491) |
| 87 | + |
| 88 | +- @app/dependabot: |
| 89 | + - [bumped crate-ci/typos from 1.43.1 to 1.43.4 (#17541)](https://github.com/nushell/nushell/pull/17541) |
| 90 | + - [bumped git2 from 0.20.0 to 0.20.4 (#17495)](https://github.com/nushell/nushell/pull/17495) |
| 91 | + |
| 92 | +## Nu_Scripts |
| 93 | + |
| 94 | +- @Zaubentrucker: |
| 95 | + |
| 96 | + - [fixed conda activate for conda>=25.11 (#1222)](https://github.com/nushell/nu_scripts/pull/1222) |
| 97 | + |
| 98 | +- @kevmoo: |
| 99 | + |
| 100 | + - [added alias completion to git-completion (#1221)](https://github.com/nushell/nu_scripts/pull/1221) |
| 101 | + - [added correct completion for `git checkout -b` and `git switch -c` (#1219)](https://github.com/nushell/nu_scripts/pull/1219) |
| 102 | + - [updated dart-completion to support completing scripts with `dart` command (#1218)](https://github.com/nushell/nu_scripts/pull/1218) |
| 103 | + |
| 104 | +- @fredrik-stock: |
| 105 | + |
| 106 | + - [improved fnm module with better error handling, user configuration, and missing version workflow (#1220)](https://github.com/nushell/nu_scripts/pull/1220) |
| 107 | + |
| 108 | +- @Juhan280: |
| 109 | + - [allowed globs in bat-completions (#1217)](https://github.com/nushell/nu_scripts/pull/1217) |
| 110 | + |
| 111 | +## Documentation |
| 112 | + |
| 113 | +- @weirdan: |
| 114 | + - [fixed `buffer_editor` example for `code` (#2120)](https://github.com/nushell/nushell.github.io/pull/2120) |
| 115 | + |
| 116 | +## reedline |
| 117 | + |
| 118 | +- @fdncred: |
| 119 | + |
| 120 | + - [reverted osc133;P to osc133;A (#1024)](https://github.com/nushell/reedline/pull/1024) |
| 121 | + |
| 122 | +- @Juhan280: |
| 123 | + |
| 124 | + - [added keybindings for moving to start and end of buffer (#1022)](https://github.com/nushell/reedline/pull/1022) |
| 125 | + - [added gg/G motions and fixed ^ motion behavior in vi-mode (#953)](https://github.com/nushell/reedline/pull/953) |
| 126 | + |
| 127 | +- @eitsupi: |
| 128 | + |
| 129 | + - [added idle_callback feature to set callback while waiting for input (#1015)](https://github.com/nushell/reedline/pull/1015) |
| 130 | + - [exported HistoryItemExtraInfo etc. (#1011)](https://github.com/nushell/reedline/pull/1011) |
| 131 | + |
| 132 | +- @NiltonVolpato: |
| 133 | + |
| 134 | + - [added `libc` feature to enable crossterm's libc backend (#1014)](https://github.com/nushell/reedline/pull/1014) |
| 135 | + |
| 136 | +- @schlich: |
| 137 | + - [improved CONTRIBUTING.md to more closely match CI execution (#963)](https://github.com/nushell/reedline/pull/963) |
| 138 | + |
| 139 | +## New nu-parser |
| 140 | + |
| 141 | +- @InnocentZero: |
| 142 | + |
| 143 | + - [added benchmark tests (#66)](https://github.com/nushell/new-nu-parser/pull/66) |
| 144 | + |
| 145 | +- @WindSoilder: |
| 146 | + - [added support for `try` expression and `extern` statements (#65)](https://github.com/nushell/new-nu-parser/pull/65) |
0 commit comments