Skip to content

Commit c0bd1ea

Browse files
authored
Add missing toc jumps (#2132)
1 parent 906d45a commit c0bd1ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

blog/2026-02-28-nushell_v0_111_0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ As part of this release, we also publish a set of optional [plugins](https://www
2222

2323
# Highlights and themes of this release <JumpToc/>
2424

25-
## Select menus are smooth now
25+
## Select menus are smooth now <JumpToc/>
2626

2727
[@jlcrochet](https://github.com/jlcrochet) went in and reworked how `input list` behaves in [#17420](https://github.com/nushell/nushell/pull/17420). It feels a lot nicer now. Scrolling is smooth, the weird flicker is basically gone, and there are some really useful new flags along the way.
2828

2929
If you use interactive lists often, this one is easy to appreciate.
3030

3131
We even have a video of it, [check it out!](#updated-input-list-command)
3232

33-
## Type `polars` less now
33+
## Type `polars` less now <JumpToc/>
3434

3535
[@ayax79](https://github.com/ayax79) got tired of typing `polars x` again and again. So in [#17359](https://github.com/nushell/nushell/pull/17359) he added support for aliasing command groups.
3636

@@ -50,7 +50,7 @@ Shorter commands, same result. Hard to complain about that.
5050

5151
[Take a look how much shorter the example got.](#aliasing-now-works-with-parent-commands)
5252

53-
## Try-Catch-Finally!
53+
## Try-Catch-Finally! <JumpToc/>
5454

5555
For a long time Nushell had `try` and `catch`, but no `finally`. We got asked about it. Thanks to [@WindSoilder](https://github.com/WindSoilder) and [#17397](https://github.com/nushell/nushell/pull/17397), that is fixed now.
5656

@@ -83,7 +83,7 @@ So even when you really mean "stop", `finally` still runs.
8383

8484
Take a look at the [main entry](#users-can-use-finally-after-try-catch) and the [`exit` entry](#finally-runs-even-after-exit).
8585

86-
## Pipe-`let`-line
86+
## Pipe-`let`-line <JumpToc/>
8787

8888
Last release gave us `let` at the end of a pipeline. Now, thanks to [@fdncred](https://github.com/fdncred) in [#17446](https://github.com/nushell/nushell/pull/17446), you can drop `let` right into the middle of one too.
8989

@@ -100,7 +100,7 @@ See, very nice. No need to break things apart just to stash a value.
100100

101101
Assign variables anywhere, read more [here](#let-now-behaves-differently-inside-pipelines).
102102

103-
## Experimental Native Clipboard
103+
## Experimental Native Clipboard <JumpToc/>
104104

105105
::: important Experimental option
106106
This feature is behind an experimental option.

0 commit comments

Comments
 (0)