|
| 1 | +--- |
| 2 | +title: 'This Week in Nushell #303' |
| 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: 'Clip gets a promotion; http gets smarter, and more!' |
| 7 | +--- |
| 8 | + |
| 9 | +# This week in Nushell #303 |
| 10 | + |
| 11 | +## Belatedly published Wednesday, July 9th for PRs the week ending 2025-06-13 |
| 12 | + |
| 13 | +This week, @noahfraiture made the `http get` and `http post` commands smarter. Just using `http` will usually choose the right verb! |
| 14 | + |
| 15 | +Also `clip copy` and `clip paste` are moving! You'll now find them in `std`, rather than `std-rfc`. |
| 16 | + |
| 17 | +Thanks for all the great contributions this week! |
| 18 | + |
| 19 | +## Nushell |
| 20 | + |
| 21 | +- echasnovski [added `state` entry to `gstat` (like "Clean", "Merge", "Rebase", etc.)](https://github.com/nushell/nushell/pull/15965) |
| 22 | +- ayax79: |
| 23 | + - [Allowed `polars schema --datatype-list` to be used without pipeline input](https://github.com/nushell/nushell/pull/15964) |
| 24 | + - [Made polars last consistent with polars first](https://github.com/nushell/nushell/pull/15963) |
| 25 | + - [Added groupby support for `polars last`](https://github.com/nushell/nushell/pull/15953) |
| 26 | +- Tyarel8: |
| 27 | + - [Added `--no-prefix` flag to `format number`](https://github.com/nushell/nushell/pull/15960) |
| 28 | + - [Improved ansi format: using `_` in short name and `rst` → `reset`](https://github.com/nushell/nushell/pull/15907) |
| 29 | +- fdncred: |
| 30 | + - [Added `like` and `not-like` to `help operators`](https://github.com/nushell/nushell/pull/15959) |
| 31 | + - [Bumped to dev version 0.105.2](https://github.com/nushell/nushell/pull/15952) |
| 32 | + - [Made `date humanize` use `human_time_from_now()`](https://github.com/nushell/nushell/pull/15918) |
| 33 | + - [Fixed `stor` insert/delete collision](https://github.com/nushell/nushell/pull/15838) |
| 34 | +- liquid-dragons: |
| 35 | + - [Fixed typo referring to non-existent `Value::CustomValue`](https://github.com/nushell/nushell/pull/15954) |
| 36 | + - [Improved precision in parsing filesize values](https://github.com/nushell/nushell/pull/15950) |
| 37 | + - [Fixed typo in examples of the `table` command](https://github.com/nushell/nushell/pull/15925) |
| 38 | +- dependabot[bot]: |
| 39 | + - [Bumped which from 7.0.0 to 7.0.3](https://github.com/nushell/nushell/pull/15937) |
| 40 | + - [Bumped titlecase from 3.5.0 to 3.6.0](https://github.com/nushell/nushell/pull/15936) |
| 41 | + - [Bumped ansi-str from 8.0.0 to 9.0.0](https://github.com/nushell/nushell/pull/15935) |
| 42 | +- hustcer: |
| 43 | + - [Used NUSHELL_PAT for winget publish](https://github.com/nushell/nushell/pull/15934) |
| 44 | + - [Attempted to fix winget publish error](https://github.com/nushell/nushell/pull/15933) |
| 45 | + - [Bumped to version 0.105.0](https://github.com/nushell/nushell/pull/15930) |
| 46 | + - [Attempted to fix PAT issue for winget publish account](https://github.com/nushell/nushell/pull/15922) |
| 47 | +- cptpiepmatz: |
| 48 | + - [Reverted "update nushell to use coreutils v0.1.0 crates"](https://github.com/nushell/nushell/pull/15932) |
| 49 | + - [Used stable reedline version for release](https://github.com/nushell/nushell/pull/15931) |
| 50 | + - [Downgraded calamine to 0.26 to fix build without `--locked`](https://github.com/nushell/nushell/pull/15908) |
| 51 | +- JoaquinTrinanes [made CLI use latest specified flag value when repeated](https://github.com/nushell/nushell/pull/15919) |
| 52 | +- ofek: |
| 53 | + - [Enabled `shell_integration.osc9_9` by default on Windows](https://github.com/nushell/nushell/pull/15914) |
| 54 | + - [Fixed typo in example config.nu](https://github.com/nushell/nushell/pull/15910) |
| 55 | +- pyz4 [fixed polars warning by swapping pivot for pivot_stable](https://github.com/nushell/nushell/pull/15913) |
| 56 | +- sholderbach [pulled reedline development version](https://github.com/nushell/nushell/pull/15912) |
| 57 | +- marienz [improved error message on spawn failure from null bytes](https://github.com/nushell/nushell/pull/15911) |
| 58 | +- WindSoilder [attempted to make hide-env respect overlays](https://github.com/nushell/nushell/pull/15904) |
| 59 | +- zhiburt: |
| 60 | + - [Reused NuRecordsValue::width in nu-table -e](https://github.com/nushell/nushell/pull/15902) |
| 61 | + - [Removed safety-net width check from nu-table](https://github.com/nushell/nushell/pull/15901) |
| 62 | +- ysthakur [prevented making unquoted file/dir paths absolute](https://github.com/nushell/nushell/pull/15878) |
| 63 | +- 132ikl [promoted clip from `std-rfc` to `std`](https://github.com/nushell/nushell/pull/15877) |
| 64 | +- noahfraiture [made http requests default to GET, use POST only with payload](https://github.com/nushell/nushell/pull/15862) |
| 65 | +- lazenga [added support for centering columns via CellPaths in to-md](https://github.com/nushell/nushell/pull/15861) |
| 66 | + |
| 67 | +## Integrations |
| 68 | + |
| 69 | +- hongquan [fixed maintainer script making /etc/shells empty](https://github.com/nushell/integrations/pull/60) |
| 70 | +- hustcer [added just bump task to automate version bumping](https://github.com/nushell/integrations/pull/59) |
| 71 | + |
| 72 | +## reedline |
| 73 | + |
| 74 | +- dburburan [fixed panic in fuzzy completion with multibyte filenames](https://github.com/nushell/reedline/pull/918) |
| 75 | +- mrdgo [added immediate command execution](https://github.com/nushell/reedline/pull/882) |
| 76 | + |
| 77 | +## Awesome Nu |
| 78 | + |
| 79 | +- FMotalleb [improved workflow chores](https://github.com/nushell/awesome-nu/pull/126) |
| 80 | +- null-dev [added Windmill](https://github.com/nushell/awesome-nu/pull/125) |
| 81 | + |
| 82 | +## Nu_Scripts |
| 83 | + |
| 84 | +- fdncred [replaced `filter` with `where`](https://github.com/nushell/nu_scripts/pull/1135) |
| 85 | +- cptpiepmatz [updated `cargo hack` command for releases](https://github.com/nushell/nu_scripts/pull/1132) |
| 86 | +- samoylovfp [fixed error in non-home paths](https://github.com/nushell/nu_scripts/pull/1129) |
| 87 | + |
| 88 | +## Documentation |
| 89 | + |
| 90 | +- Axlefublr [fixed "using" -> "Using" typo](https://github.com/nushell/nushell.github.io/pull/1946) |
| 91 | +- axelcool1234: |
| 92 | + - [Fixed broken link in creating_modules.md](https://github.com/nushell/nushell.github.io/pull/1945) |
| 93 | + - [Fixed typo in modules.md](https://github.com/nushell/nushell.github.io/pull/1944) |
| 94 | + - [Removed awkward newline from scripts.md](https://github.com/nushell/nushell.github.io/pull/1943) |
| 95 | + - [Fixed broken link in control_flow.md](https://github.com/nushell/nushell.github.io/pull/1942) |
| 96 | + - [Fixed erroneous Nu code in variables.md](https://github.com/nushell/nushell.github.io/pull/1941) |
| 97 | + - [Fixed typo in custom_commands.md](https://github.com/nushell/nushell.github.io/pull/1933) |
| 98 | +- cptpiepmatz: |
| 99 | + - [Sorted same-date blog posts by path](https://github.com/nushell/nushell.github.io/pull/1940) |
| 100 | + - [Added release notes for 0.105.1](https://github.com/nushell/nushell.github.io/pull/1939) |
| 101 | + - [Added release notes for 0.105.0](https://github.com/nushell/nushell.github.io/pull/1932) |
| 102 | +- hustcer [refreshed Nu command docs for v0.105.0](https://github.com/nushell/nushell.github.io/pull/1938) |
| 103 | +- NotTheDr01ds: |
| 104 | + - [Added TWiN #302](https://github.com/nushell/nushell.github.io/pull/1937) |
| 105 | + - [Added TWiN 301](https://github.com/nushell/nushell.github.io/pull/1936) |
| 106 | + - [Added TWiN 300](https://github.com/nushell/nushell.github.io/pull/1935) |
| 107 | +- ysthakur [moved Zoxide completer to cookbook](https://github.com/nushell/nushell.github.io/pull/1934) |
| 108 | +- blindFS [moved zoxide completer to custom_completions](https://github.com/nushell/nushell.github.io/pull/1847) |
| 109 | + |
| 110 | +## NUPM |
| 111 | + |
| 112 | +- cptpiepmatz [bumped nu version in CI to 0.105.1](https://github.com/nushell/nupm/pull/120) |
| 113 | +- Muttsuri [replaced deprecated "filter" with "where" in registry.nu](https://github.com/nushell/nupm/pull/119) |
0 commit comments