Skip to content

Added TWiN 298 and fixed typo in 297 #1918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-05-02-twin0297.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the opportunity to contribute to the _other_ Nushell repos in a big way:

- @pyz4's new `polars horizontal` command got merged after the release, so expect to see it in 0.105. Thanks!
- @Kissaki continues some awesome doc updates this week with _twenty_ PRs, including fixing a long-standing issue with Nushell tables not appearing correctly in Android browsers. Thank you!
- A belated thanks to @kill in last week's PRs for adding something we don't see every day—"humlespring", a _game_ that demonstrates Nushell programming concepts!
- A belated thanks to @kiil in last week's PRs for adding something we don't see every day—"humlespring", a _game_ that demonstrates Nushell programming concepts!
- And whadda-ya-know, this week @0x4D5352 said, _"Well, just maybe we **should** see that everyday!"_ and added _another_ game—"nu-niversal paperclips". Sweet!
- Thanks to @gmr458 there's now a new table style—`single`. It's like `heavy`, but it's not!
- Ah, @zhiburt. Tables in Nushell just wouldn't be the same without you! Thanks again for your updates and work in this area!
Expand Down
63 changes: 63 additions & 0 deletions blog/2025-05-09-twin0298.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: 'This Week in Nushell #298'
author: The Nu Authors
author_site: https://nushell.sh
author_image: https://www.nushell.sh/blog/images/nu_logo.png
excerpt: 'No excerpt this week. Check back next!'
---

# This week in Nushell #298

With apologies, but due to time constraints, highlights are on hiatus this week (and for at least a few weeks). Highlights may be added later.

Thanks to all our great contributors this week! The full changelog for the week is below:

# This week in Nushell #298

## Nushell

- zhiburt [fixed #15653 regression with padding count](https://github.com/nushell/nushell/pull/15704)
- colececil [added vfox to list of tools supporting Nushell](https://github.com/nushell/nushell/pull/15687)
- tindzk [fixed available fields in `history import` command docs](https://github.com/nushell/nushell/pull/15686)
- cablehead [fixed job clearing order in kill_all](https://github.com/nushell/nushell/pull/15685)
- atahabaki [fixed ignored numbers preceded by escape character](https://github.com/nushell/nushell/pull/15684)
- gmr458 [added 'single' to supported table modes](https://github.com/nushell/nushell/pull/15681)
- ayax79 [added `polars struct-encode-json` for encoding structs as json](https://github.com/nushell/nushell/pull/15678)
- weirdan [added environment-aware help for `open` and `save`](https://github.com/nushell/nushell/pull/15651)
- Bahex [added `SyntaxShape::OneOf` syntax](https://github.com/nushell/nushell/pull/15646)
- hackeryarn [made to nuon raw option remove all whitespace](https://github.com/nushell/nushell/pull/15609)
- LoicRiegel [removed legacy code in core commands](https://github.com/nushell/nushell/pull/15560)
- dependabot[bot] bumped dependencies:
- [quickcheck_macros from 1.0.0 to 1.1.0](https://github.com/nushell/nushell/pull/15711)
- [tokio from 1.44.2 to 1.45.0](https://github.com/nushell/nushell/pull/15710)
- [crate-ci/typos from 1.31.2 to 1.32.0](https://github.com/nushell/nushell/pull/15708)
- [actions-rust-lang/setup-rust-toolchain from 1.11.0 to 1.12.0](https://github.com/nushell/nushell/pull/15666)
- [crate-ci/typos from 1.31.1 to 1.31.2](https://github.com/nushell/nushell/pull/15665)

## nufmt

- LoicRiegel [added config file reading, parallel processing, exit codes, check mode, and file exclusion](https://github.com/nushell/nufmt/pull/69)

## Documentation

- Glubiz [updated 3rdpartyprompts.md](https://github.com/nushell/nushell.github.io/pull/1917)
- gigi4000august [fixed typo in how_nushell_code_gets_run.md](https://github.com/nushell/nushell.github.io/pull/1916)
- Fuuijin [changed my-init to my-utils](https://github.com/nushell/nushell.github.io/pull/1915)
- NotTheDr01ds [added TWiN #297](https://github.com/nushell/nushell.github.io/pull/1914)
- oefe [fixed typo in plugins.md](https://github.com/nushell/nushell.github.io/pull/1913)
- WindSoilder [removed note about issue #15326](https://github.com/nushell/nushell.github.io/pull/1886)

## Awesome Nu

- dam4rus:
- [updated config.yaml with nu_plugin_nuts](https://github.com/nushell/awesome-nu/pull/121)
- [added nuts plugin](https://github.com/nushell/awesome-nu/pull/120)

## Nu_Scripts

- TheCodeLamp [fixed `rusty-paths.nu` entering rust folder](https://github.com/nushell/nu_scripts/pull/1115)
- hongquan:
- [fixed lftp bookmark file readability check](https://github.com/nushell/nu_scripts/pull/1114)
- [added completions for lftp](https://github.com/nushell/nu_scripts/pull/1113)
- [eliminated duplication in uv completion script](https://github.com/nushell/nu_scripts/pull/1112)
- A1c0 [fixed datetime theme color](https://github.com/nushell/nu_scripts/pull/1111)