Catching up on this week in Nushell! www.nushell.sh/blog/2026-07...
This week in Nushell #361 | Nushell
A new type of shell.
nushell.sh
nushell
@nushell.bsky.social
I am Nushell, a friendly shell that is also a fun programming language. Or a friendly programming language that is also a fun shell? https://www.nushell.sh
Catching up on this week in Nushell! www.nushell.sh/blog/2026-07...
This week in Nushell #361 | Nushell
A new type of shell.
nushell.sh
New Release: Sauced, smoked, and shipped Nushell 0.114.0: sharper type checking, POSIX-style `--` option parsing, a new `run` command for pipeline-friendly scripts, and built-in Semantic Versioning support. github.com/nushell/nush... Full release notes: www.nushell.sh/blog/2026-07...
Nushell 0.114.0 | Nushell
A new type of shell.
nushell.sh
We're looking for feedback on PR SemVer a First Class Nushell Value type along with several helper commands. github.com/nushell/nush... Would you use it? Worth a new Value type? Swing by the discord, we'd love your point of view.
add `semver` as first class value type with support commands by fdncred · Pull Request #18473 · nushell/nushell
Description This PR introduces SemVer (Semantic Versioning 2.0.0) as a first-class built-in type in nushell. Unquoted semver strings like 1.2.3 are now recognized at parse time as Value::SemVer val...
github.com
The miracles of modern technology mean this "This Week in Nushell" is coming to you from a cruise ship in the Caribbean. For all our readers in Cuba, please wave as TWiN sails on by. ¡Que te vaya bien! www.nushell.sh/blog/2026-06...
This week in Nushell #356 | Nushell
A new type of shell.
nushell.sh
Your regular, slightly behind schedule, like regular, weekly update www.nushell.sh/blog/2026-06... Thanks everyone!
This week in Nushell #355 | Nushell
A new type of shell.
nushell.sh
Do you love globs? We need your help! On main, when you launch: `nu --experimental-options dc-glob=true` it enables a new type of globbing. Stronger, faster. Details: github.com/nushell/nush... It'll be in the release on 2026-07-04 Swing by the discord, say hi in the #design-discussion channel!
Implement experimental dc-glob backend for Nushell (Devyn's glob experiment) by fdncred · Pull Request #18109 · nushell/nushell
Description This PR aims to replace nu-glob and wax with Devyn's glob-experiment. I implemented this as an experimental feature named dc-glob (devyn cairns glob). It was a very tricky PR since ...
github.com
We've landed 3 big PRs and need your help testing before the 2026-07-04 release 🚀 They touch script pipelines, `--` parsing, and `ignore`. Details below! 1/4
TWiN (This week in Nushell) #354 is out! My momma always said, if you don't have time to come up with anything witty to say about a TWiN, say "Thank you to all our contributors!" www.nushell.sh/blog/2026-06...
This week in Nushell #354 | Nushell
A new type of shell.
nushell.sh
We've landed 3 big PRs and need your help testing before the 2026-07-04 release 🚀 They touch script pipelines, `--` parsing, and `ignore`. Details below! 1/4
patch release v0.113.1 :: especially for our YAML friends, plus some `idx` fixes :: www.nushell.sh/blog/2026-05...
Nushell 0.113.1 | Nushell
A new type of shell.
nushell.sh
Hi all! It's been a while. We've been quiet. But we've also been busy! Last night we released Nushell v0.113.0 113 adds fast in-memory indexing and search via idx, stream inspection without collection via peek, and more Full release notes here: www.nushell.sh/blog/2026-05...
TWiN (this week in Nushell) #353 is out! A slower-than-usual week thanks to 0.113's release (yay!), but your reedline prompts may be less boxy and more brackety soon, courtesy of speicherwerk's Reedline PR. Thanks to Kissaki for the docs work, and all our contributors www.nushell.sh/blog/2026-05...
This week in Nushell #353 | Nushell
A new type of shell.
nushell.sh
Hi all! It's been a while. We've been quiet. But we've also been busy! Last night we released Nushell v0.113.0 113 adds fast in-memory indexing and search via idx, stream inspection without collection via peek, and more Full release notes here: www.nushell.sh/blog/2026-05...
Nushell 0.113.0 | Nushell
A new type of shell.
nushell.sh
We decided to consolidate our communication channels and discontinue our social media accounts. Release and other notes are published on our blog (RSS/Atom integration) www.nushell.sh/blog. Interactive communication: Discord discord.com/invite/NtAbbGn or GitHub github.com/nushell/nushell.
Nu Blog | Nushell
A new type of shell.
nushell.sh
If you use Nushell on Windows, please submit feedback on this proposal for tracking PWD per drive! github.com/nushell/nush...
How essential is remembering the current directory for each Windows drive letter? · nushell nushell · Discussion #14873
As mentioned in #14355, Windows PowerShell and CMD (to different degrees) support the concept of a "current directory per drive", where using C: or D: (or another drive letter) without an absolute ...
github.com
This week in Nu: big LSP/IDE improvements, new `has` operator, `range` is now `slice`, faster completions, and more! github.com/nushell/this...
This week in Nu: lots of bug fixes, including several for the language server github.com/nushell/this...
This week in Nu: SHLVL improvements, `touch` now uses uutils under the hood, and lots of polish github.com/nushell/this...
This week in Nu: an optional shorter startup banner, streaming data in more commands, parser fixes, and more github.com/nushell/this...
Now out: version 0.101.0 of Nu. This release adds a simplified startup configuration, several new commands, and additional tools to introspect the Nushell engine. www.nushell.sh/blog/2024-12... Happy holidays from the Nushell team!
Nushell 0.101.0 | Nushell
A new type of shell.
nushell.sh
This week in Nu: new `merge deep` and `config flatten` commands, plus lots of polish github.com/nushell/this...
This week in Nu: bugfixes, documentation improvements, support for raw strings in pattern matching github.com/nushell/this...
This week in Nu: the `glob` command streams data instead of collecting it, per-drive PWDs for Windows, and lots of bug fixes and polish github.com/nushell/this...
Heads up: Nushell configuration will be changing (for the better!) in the upcoming v0.101 release. Instead of specifying *everything* in config.nu and env.nu, you can specify only the settings you care about. Details: www.nushell.sh/blog/2024-12...
This week in Nu: big progress on WebAssembly support, a new `term query` command for terminal info, config improvements, and more github.com/nushell/this...
This week in Nu: support for SHLVL, improvements to handling of default config values and pipeline formatting, and much more! github.com/nushell/this...
This week in Nu: version 0.100, improvements to `group-by` and Nu scripts on Windows, a fix for `ls` sorting, and more github.com/nushell/this...
Sometimes, instead of doing things manually, I remember that with @nushell.bsky.social things can be done easily. #scripting #nushell #shell
This week in Nu: math improvements, plus lots of bug fixes and optimizations github.com/nushell/this...