Skip to content
Open
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
7 changes: 7 additions & 0 deletions TerminalDocs/tutorials/progress-bar-sequences.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,12 @@ echo Started progress (normal, 50)

The above example uses the `NUL` device to write the escape sequence to the console without a newline.

### Nushell

```nu
# Set the progress bar to 50%
print "\u{1b}]9;4;1;50\u{07}"
```

> **Note**:
> Don't see your favorite shell here? If you figure it out, feel free to [contribute a solution for your preferred shell!](https://github.com/MicrosoftDocs/terminal/compare)