From d6a39f3cacfcdd09636bc19f4926c717266e85aa Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:38:50 -0400 Subject: [PATCH 1/2] Added TWiN #303 --- blog/2025-06-13-twin0303.md | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 blog/2025-06-13-twin0303.md diff --git a/blog/2025-06-13-twin0303.md b/blog/2025-06-13-twin0303.md new file mode 100644 index 00000000000..278f0d1c016 --- /dev/null +++ b/blog/2025-06-13-twin0303.md @@ -0,0 +1,59 @@ +# This week in Nushell #303 + +## Nushell + +- echasnovski created [feat(gstat): add `state` entry (like "Clean", "Merge", "Rebase", etc.)](https://github.com/nushell/nushell/pull/15965) +- ayax79 created [Allow `polars schema --datatype-list` to be used without pipeline input](https://github.com/nushell/nushell/pull/15964), and [Make polars last consistent with polars first](https://github.com/nushell/nushell/pull/15963), and [Add groupby support for `polars last`](https://github.com/nushell/nushell/pull/15953) +- Tyarel8 created [feat(format number): add `--no-prefix` flag](https://github.com/nushell/nushell/pull/15960), and [feat(ansi): use `_` in short name and rst -> reset](https://github.com/nushell/nushell/pull/15907) +- fdncred created [add `like`, `not-like` to `help operators`](https://github.com/nushell/nushell/pull/15959), and [bump to dev version 0.105.2](https://github.com/nushell/nushell/pull/15952), and [make `date humanize` use `human_time_from_now()`](https://github.com/nushell/nushell/pull/15918), and [fix `stor` insert/delete collision](https://github.com/nushell/nushell/pull/15838) +- liquid-dragons created [Fix docs typo referring to non-existant `Value::CustomValue`](https://github.com/nushell/nushell/pull/15954), and [Improve precision in parsing of filesize values](https://github.com/nushell/nushell/pull/15950), and [Fix typo in examples of the table command](https://github.com/nushell/nushell/pull/15925) +- dependabot[bot] created [build(deps): bump which from 7.0.0 to 7.0.3](https://github.com/nushell/nushell/pull/15937), and [build(deps): bump titlecase from 3.5.0 to 3.6.0](https://github.com/nushell/nushell/pull/15936), and [build(deps): bump ansi-str from 0.8.0 to 0.9.0](https://github.com/nushell/nushell/pull/15935) +- hustcer created [Use NUSHELL_PAT for winget publish](https://github.com/nushell/nushell/pull/15934), and [Try to fix winget publish error](https://github.com/nushell/nushell/pull/15933), and [Bump to 0.105.0](https://github.com/nushell/nushell/pull/15930), and [Try to fix PAT issue of winget publish account](https://github.com/nushell/nushell/pull/15922) +- cptpiepmatz created [Revert "update nushell to use coreutils v0.1.0 crates (#15896)"](https://github.com/nushell/nushell/pull/15932), and [Use stable reedline version for the release](https://github.com/nushell/nushell/pull/15931), and [Fix: Downgrade calamine to 0.26 to fix build without `--locked`](https://github.com/nushell/nushell/pull/15908) +- JoaquinTrinanes created [cli: Use latest specified flag value when repeated](https://github.com/nushell/nushell/pull/15919) +- ofek created [Enable `shell_integration.osc9_9` by default on Windows](https://github.com/nushell/nushell/pull/15914), and [Fix typo in example config.nu](https://github.com/nushell/nushell/pull/15910) +- pyz4 created [fix(polars): swap out pivot for pivot_stable to suppress warning message](https://github.com/nushell/nushell/pull/15913) +- sholderbach created [Pull reedline development version](https://github.com/nushell/nushell/pull/15912) +- marienz created [Better error on spawn failure caused by null bytes](https://github.com/nushell/nushell/pull/15911) +- WindSoilder created [Try to make hide-env respects overlays](https://github.com/nushell/nushell/pull/15904) +- zhiburt created [nu-table: (table -e) Reuse NuRecordsValue::width in some cases](https://github.com/nushell/nushell/pull/15902), and [nu-table: Remove safety-net width check](https://github.com/nushell/nushell/pull/15901) +- ysthakur created [Don't make unquoted file/dir paths absolute](https://github.com/nushell/nushell/pull/15878) +- 132ikl created [Promote clip from `std-rfc` to `std`](https://github.com/nushell/nushell/pull/15877) +- noahfraiture created [feat: use get request by default, post if payload](https://github.com/nushell/nushell/pull/15862) +- lazenga created [feat(to-md): add support for centering columns via CellPaths (#14552)](https://github.com/nushell/nushell/pull/15861) + +## Integrations + +- hongquan created [Fix: Maintainer script make /etc/shells empty](https://github.com/nushell/integrations/pull/60) +- hustcer created [Add just bump task to bump version and create tag automatically](https://github.com/nushell/integrations/pull/59) + +## reedline + +- dburburan created [Fix panic when using fuzzy completion in a folder containing files starting with a multibyte unicode char](https://github.com/nushell/reedline/pull/918) +- mrdgo created [feat: immediately execute command](https://github.com/nushell/reedline/pull/882) + +## Awesome Nu + +- FMotalleb created [Workflow chores](https://github.com/nushell/awesome-nu/pull/126) +- null-dev created [Add Windmill](https://github.com/nushell/awesome-nu/pull/125) + +## Nu_Scripts + +- fdncred created [replace `filter` with `where`](https://github.com/nushell/nu_scripts/pull/1135) +- cptpiepmatz created [Update `cargo hack` command for making a release](https://github.com/nushell/nu_scripts/pull/1132) +- samoylovfp created [Fix error in non-home paths](https://github.com/nushell/nu_scripts/pull/1129) + +## Documentation + +- Axlefublr created [fix: typo using -> Using](https://github.com/nushell/nushell.github.io/pull/1946) +- axelcool1234 created [Fix broken link in creating_modules.md](https://github.com/nushell/nushell.github.io/pull/1945), and [Fix typo in modules.md](https://github.com/nushell/nushell.github.io/pull/1944), and [Remove awkward newline from scripts.md](https://github.com/nushell/nushell.github.io/pull/1943), and [Fix broken link in control_flow.md](https://github.com/nushell/nushell.github.io/pull/1942), and [Fix erroneous Nu code in variables.md](https://github.com/nushell/nushell.github.io/pull/1941), and [Fix typo in custom_commands.md](https://github.com/nushell/nushell.github.io/pull/1933) +- cptpiepmatz created [Sort same date blog posts by path](https://github.com/nushell/nushell.github.io/pull/1940), and [Release notes for `0.105.1`](https://github.com/nushell/nushell.github.io/pull/1939), and [Release notes for `0.105.0`](https://github.com/nushell/nushell.github.io/pull/1932) +- hustcer created [Refresh Nu command docs for v0.105.0](https://github.com/nushell/nushell.github.io/pull/1938) +- NotTheDr01ds created [Added TWiN #302](https://github.com/nushell/nushell.github.io/pull/1937), and [Added TWiN 301](https://github.com/nushell/nushell.github.io/pull/1936), and [Twin 0300.md](https://github.com/nushell/nushell.github.io/pull/1935) +- ysthakur created [Move Zoxide completer to cookbook](https://github.com/nushell/nushell.github.io/pull/1934) +- blindFS created [Move zoxide completer from external_completers to custom_completions](https://github.com/nushell/nushell.github.io/pull/1847) + +## NUPM + +- cptpiepmatz created [Bump nu version in CI to 0.105.1](https://github.com/nushell/nupm/pull/120) +- Muttsuri created [Replace deprecated "filter" by "where" in registry.nu](https://github.com/nushell/nupm/pull/119) From 84588bbf21b8b05310ea386a7a5c48c017a1bab2 Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:17:44 -0400 Subject: [PATCH 2/2] Added header, reformatted --- blog/2025-06-13-twin0303.md | 128 +++++++++++++++++++++++++----------- 1 file changed, 91 insertions(+), 37 deletions(-) diff --git a/blog/2025-06-13-twin0303.md b/blog/2025-06-13-twin0303.md index 278f0d1c016..821c5df3129 100644 --- a/blog/2025-06-13-twin0303.md +++ b/blog/2025-06-13-twin0303.md @@ -1,59 +1,113 @@ +--- +title: 'This Week in Nushell #303' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'Clip gets a promotion; http gets smarter, and more!' +--- + # This week in Nushell #303 +## Belatedly published Wednesday, July 9th for PRs the week ending 2025-06-13 + +This week, @noahfraiture made the `http get` and `http post` commands smarter. Just using `http` will usually choose the right verb! + +Also `clip copy` and `clip paste` are moving! You'll now find them in `std`, rather than `std-rfc`. + +Thanks for all the great contributions this week! + ## Nushell -- echasnovski created [feat(gstat): add `state` entry (like "Clean", "Merge", "Rebase", etc.)](https://github.com/nushell/nushell/pull/15965) -- ayax79 created [Allow `polars schema --datatype-list` to be used without pipeline input](https://github.com/nushell/nushell/pull/15964), and [Make polars last consistent with polars first](https://github.com/nushell/nushell/pull/15963), and [Add groupby support for `polars last`](https://github.com/nushell/nushell/pull/15953) -- Tyarel8 created [feat(format number): add `--no-prefix` flag](https://github.com/nushell/nushell/pull/15960), and [feat(ansi): use `_` in short name and rst -> reset](https://github.com/nushell/nushell/pull/15907) -- fdncred created [add `like`, `not-like` to `help operators`](https://github.com/nushell/nushell/pull/15959), and [bump to dev version 0.105.2](https://github.com/nushell/nushell/pull/15952), and [make `date humanize` use `human_time_from_now()`](https://github.com/nushell/nushell/pull/15918), and [fix `stor` insert/delete collision](https://github.com/nushell/nushell/pull/15838) -- liquid-dragons created [Fix docs typo referring to non-existant `Value::CustomValue`](https://github.com/nushell/nushell/pull/15954), and [Improve precision in parsing of filesize values](https://github.com/nushell/nushell/pull/15950), and [Fix typo in examples of the table command](https://github.com/nushell/nushell/pull/15925) -- dependabot[bot] created [build(deps): bump which from 7.0.0 to 7.0.3](https://github.com/nushell/nushell/pull/15937), and [build(deps): bump titlecase from 3.5.0 to 3.6.0](https://github.com/nushell/nushell/pull/15936), and [build(deps): bump ansi-str from 0.8.0 to 0.9.0](https://github.com/nushell/nushell/pull/15935) -- hustcer created [Use NUSHELL_PAT for winget publish](https://github.com/nushell/nushell/pull/15934), and [Try to fix winget publish error](https://github.com/nushell/nushell/pull/15933), and [Bump to 0.105.0](https://github.com/nushell/nushell/pull/15930), and [Try to fix PAT issue of winget publish account](https://github.com/nushell/nushell/pull/15922) -- cptpiepmatz created [Revert "update nushell to use coreutils v0.1.0 crates (#15896)"](https://github.com/nushell/nushell/pull/15932), and [Use stable reedline version for the release](https://github.com/nushell/nushell/pull/15931), and [Fix: Downgrade calamine to 0.26 to fix build without `--locked`](https://github.com/nushell/nushell/pull/15908) -- JoaquinTrinanes created [cli: Use latest specified flag value when repeated](https://github.com/nushell/nushell/pull/15919) -- ofek created [Enable `shell_integration.osc9_9` by default on Windows](https://github.com/nushell/nushell/pull/15914), and [Fix typo in example config.nu](https://github.com/nushell/nushell/pull/15910) -- pyz4 created [fix(polars): swap out pivot for pivot_stable to suppress warning message](https://github.com/nushell/nushell/pull/15913) -- sholderbach created [Pull reedline development version](https://github.com/nushell/nushell/pull/15912) -- marienz created [Better error on spawn failure caused by null bytes](https://github.com/nushell/nushell/pull/15911) -- WindSoilder created [Try to make hide-env respects overlays](https://github.com/nushell/nushell/pull/15904) -- zhiburt created [nu-table: (table -e) Reuse NuRecordsValue::width in some cases](https://github.com/nushell/nushell/pull/15902), and [nu-table: Remove safety-net width check](https://github.com/nushell/nushell/pull/15901) -- ysthakur created [Don't make unquoted file/dir paths absolute](https://github.com/nushell/nushell/pull/15878) -- 132ikl created [Promote clip from `std-rfc` to `std`](https://github.com/nushell/nushell/pull/15877) -- noahfraiture created [feat: use get request by default, post if payload](https://github.com/nushell/nushell/pull/15862) -- lazenga created [feat(to-md): add support for centering columns via CellPaths (#14552)](https://github.com/nushell/nushell/pull/15861) +- echasnovski [added `state` entry to `gstat` (like "Clean", "Merge", "Rebase", etc.)](https://github.com/nushell/nushell/pull/15965) +- ayax79: + - [Allowed `polars schema --datatype-list` to be used without pipeline input](https://github.com/nushell/nushell/pull/15964) + - [Made polars last consistent with polars first](https://github.com/nushell/nushell/pull/15963) + - [Added groupby support for `polars last`](https://github.com/nushell/nushell/pull/15953) +- Tyarel8: + - [Added `--no-prefix` flag to `format number`](https://github.com/nushell/nushell/pull/15960) + - [Improved ansi format: using `_` in short name and `rst` → `reset`](https://github.com/nushell/nushell/pull/15907) +- fdncred: + - [Added `like` and `not-like` to `help operators`](https://github.com/nushell/nushell/pull/15959) + - [Bumped to dev version 0.105.2](https://github.com/nushell/nushell/pull/15952) + - [Made `date humanize` use `human_time_from_now()`](https://github.com/nushell/nushell/pull/15918) + - [Fixed `stor` insert/delete collision](https://github.com/nushell/nushell/pull/15838) +- liquid-dragons: + - [Fixed typo referring to non-existent `Value::CustomValue`](https://github.com/nushell/nushell/pull/15954) + - [Improved precision in parsing filesize values](https://github.com/nushell/nushell/pull/15950) + - [Fixed typo in examples of the `table` command](https://github.com/nushell/nushell/pull/15925) +- dependabot[bot]: + - [Bumped which from 7.0.0 to 7.0.3](https://github.com/nushell/nushell/pull/15937) + - [Bumped titlecase from 3.5.0 to 3.6.0](https://github.com/nushell/nushell/pull/15936) + - [Bumped ansi-str from 8.0.0 to 9.0.0](https://github.com/nushell/nushell/pull/15935) +- hustcer: + - [Used NUSHELL_PAT for winget publish](https://github.com/nushell/nushell/pull/15934) + - [Attempted to fix winget publish error](https://github.com/nushell/nushell/pull/15933) + - [Bumped to version 0.105.0](https://github.com/nushell/nushell/pull/15930) + - [Attempted to fix PAT issue for winget publish account](https://github.com/nushell/nushell/pull/15922) +- cptpiepmatz: + - [Reverted "update nushell to use coreutils v0.1.0 crates"](https://github.com/nushell/nushell/pull/15932) + - [Used stable reedline version for release](https://github.com/nushell/nushell/pull/15931) + - [Downgraded calamine to 0.26 to fix build without `--locked`](https://github.com/nushell/nushell/pull/15908) +- JoaquinTrinanes [made CLI use latest specified flag value when repeated](https://github.com/nushell/nushell/pull/15919) +- ofek: + - [Enabled `shell_integration.osc9_9` by default on Windows](https://github.com/nushell/nushell/pull/15914) + - [Fixed typo in example config.nu](https://github.com/nushell/nushell/pull/15910) +- pyz4 [fixed polars warning by swapping pivot for pivot_stable](https://github.com/nushell/nushell/pull/15913) +- sholderbach [pulled reedline development version](https://github.com/nushell/nushell/pull/15912) +- marienz [improved error message on spawn failure from null bytes](https://github.com/nushell/nushell/pull/15911) +- WindSoilder [attempted to make hide-env respect overlays](https://github.com/nushell/nushell/pull/15904) +- zhiburt: + - [Reused NuRecordsValue::width in nu-table -e](https://github.com/nushell/nushell/pull/15902) + - [Removed safety-net width check from nu-table](https://github.com/nushell/nushell/pull/15901) +- ysthakur [prevented making unquoted file/dir paths absolute](https://github.com/nushell/nushell/pull/15878) +- 132ikl [promoted clip from `std-rfc` to `std`](https://github.com/nushell/nushell/pull/15877) +- noahfraiture [made http requests default to GET, use POST only with payload](https://github.com/nushell/nushell/pull/15862) +- lazenga [added support for centering columns via CellPaths in to-md](https://github.com/nushell/nushell/pull/15861) ## Integrations -- hongquan created [Fix: Maintainer script make /etc/shells empty](https://github.com/nushell/integrations/pull/60) -- hustcer created [Add just bump task to bump version and create tag automatically](https://github.com/nushell/integrations/pull/59) +- hongquan [fixed maintainer script making /etc/shells empty](https://github.com/nushell/integrations/pull/60) +- hustcer [added just bump task to automate version bumping](https://github.com/nushell/integrations/pull/59) ## reedline -- dburburan created [Fix panic when using fuzzy completion in a folder containing files starting with a multibyte unicode char](https://github.com/nushell/reedline/pull/918) -- mrdgo created [feat: immediately execute command](https://github.com/nushell/reedline/pull/882) +- dburburan [fixed panic in fuzzy completion with multibyte filenames](https://github.com/nushell/reedline/pull/918) +- mrdgo [added immediate command execution](https://github.com/nushell/reedline/pull/882) ## Awesome Nu -- FMotalleb created [Workflow chores](https://github.com/nushell/awesome-nu/pull/126) -- null-dev created [Add Windmill](https://github.com/nushell/awesome-nu/pull/125) +- FMotalleb [improved workflow chores](https://github.com/nushell/awesome-nu/pull/126) +- null-dev [added Windmill](https://github.com/nushell/awesome-nu/pull/125) ## Nu_Scripts -- fdncred created [replace `filter` with `where`](https://github.com/nushell/nu_scripts/pull/1135) -- cptpiepmatz created [Update `cargo hack` command for making a release](https://github.com/nushell/nu_scripts/pull/1132) -- samoylovfp created [Fix error in non-home paths](https://github.com/nushell/nu_scripts/pull/1129) +- fdncred [replaced `filter` with `where`](https://github.com/nushell/nu_scripts/pull/1135) +- cptpiepmatz [updated `cargo hack` command for releases](https://github.com/nushell/nu_scripts/pull/1132) +- samoylovfp [fixed error in non-home paths](https://github.com/nushell/nu_scripts/pull/1129) ## Documentation -- Axlefublr created [fix: typo using -> Using](https://github.com/nushell/nushell.github.io/pull/1946) -- axelcool1234 created [Fix broken link in creating_modules.md](https://github.com/nushell/nushell.github.io/pull/1945), and [Fix typo in modules.md](https://github.com/nushell/nushell.github.io/pull/1944), and [Remove awkward newline from scripts.md](https://github.com/nushell/nushell.github.io/pull/1943), and [Fix broken link in control_flow.md](https://github.com/nushell/nushell.github.io/pull/1942), and [Fix erroneous Nu code in variables.md](https://github.com/nushell/nushell.github.io/pull/1941), and [Fix typo in custom_commands.md](https://github.com/nushell/nushell.github.io/pull/1933) -- cptpiepmatz created [Sort same date blog posts by path](https://github.com/nushell/nushell.github.io/pull/1940), and [Release notes for `0.105.1`](https://github.com/nushell/nushell.github.io/pull/1939), and [Release notes for `0.105.0`](https://github.com/nushell/nushell.github.io/pull/1932) -- hustcer created [Refresh Nu command docs for v0.105.0](https://github.com/nushell/nushell.github.io/pull/1938) -- NotTheDr01ds created [Added TWiN #302](https://github.com/nushell/nushell.github.io/pull/1937), and [Added TWiN 301](https://github.com/nushell/nushell.github.io/pull/1936), and [Twin 0300.md](https://github.com/nushell/nushell.github.io/pull/1935) -- ysthakur created [Move Zoxide completer to cookbook](https://github.com/nushell/nushell.github.io/pull/1934) -- blindFS created [Move zoxide completer from external_completers to custom_completions](https://github.com/nushell/nushell.github.io/pull/1847) +- Axlefublr [fixed "using" -> "Using" typo](https://github.com/nushell/nushell.github.io/pull/1946) +- axelcool1234: + - [Fixed broken link in creating_modules.md](https://github.com/nushell/nushell.github.io/pull/1945) + - [Fixed typo in modules.md](https://github.com/nushell/nushell.github.io/pull/1944) + - [Removed awkward newline from scripts.md](https://github.com/nushell/nushell.github.io/pull/1943) + - [Fixed broken link in control_flow.md](https://github.com/nushell/nushell.github.io/pull/1942) + - [Fixed erroneous Nu code in variables.md](https://github.com/nushell/nushell.github.io/pull/1941) + - [Fixed typo in custom_commands.md](https://github.com/nushell/nushell.github.io/pull/1933) +- cptpiepmatz: + - [Sorted same-date blog posts by path](https://github.com/nushell/nushell.github.io/pull/1940) + - [Added release notes for 0.105.1](https://github.com/nushell/nushell.github.io/pull/1939) + - [Added release notes for 0.105.0](https://github.com/nushell/nushell.github.io/pull/1932) +- hustcer [refreshed Nu command docs for v0.105.0](https://github.com/nushell/nushell.github.io/pull/1938) +- NotTheDr01ds: + - [Added TWiN #302](https://github.com/nushell/nushell.github.io/pull/1937) + - [Added TWiN 301](https://github.com/nushell/nushell.github.io/pull/1936) + - [Added TWiN 300](https://github.com/nushell/nushell.github.io/pull/1935) +- ysthakur [moved Zoxide completer to cookbook](https://github.com/nushell/nushell.github.io/pull/1934) +- blindFS [moved zoxide completer to custom_completions](https://github.com/nushell/nushell.github.io/pull/1847) ## NUPM -- cptpiepmatz created [Bump nu version in CI to 0.105.1](https://github.com/nushell/nupm/pull/120) -- Muttsuri created [Replace deprecated "filter" by "where" in registry.nu](https://github.com/nushell/nupm/pull/119) +- cptpiepmatz [bumped nu version in CI to 0.105.1](https://github.com/nushell/nupm/pull/120) +- Muttsuri [replaced deprecated "filter" with "where" in registry.nu](https://github.com/nushell/nupm/pull/119)