Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion commands/docs/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: alias
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Alias a command (with optional flags) to a new name.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: all
categories: |
filters
version: 0.111.0
version: 0.112.0
filters: |
Test if every element of the input fulfills a predicate expression.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/ansi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi
categories: |
platform
version: 0.111.0
version: 0.112.0
platform: |
Output ANSI codes to change color and style of text.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/ansi_gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi gradient
categories: |
platform
version: 0.111.0
version: 0.112.0
platform: |
Add a color gradient (using ANSI color codes) to the given string.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/ansi_link.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi link
categories: |
platform
version: 0.111.0
version: 0.112.0
platform: |
Add a link (using OSC 8 escape sequence) to the given string.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/ansi_strip.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi strip
categories: |
platform
version: 0.111.0
version: 0.112.0
platform: |
Strip ANSI escape sequences from a string.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/any.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: any
categories: |
filters
version: 0.111.0
version: 0.112.0
filters: |
Tests if any element of the input fulfills a predicate expression.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: append
categories: |
filters
version: 0.111.0
version: 0.112.0
filters: |
Append any number of rows to a table.
usage: |
Expand Down
4 changes: 2 additions & 2 deletions commands/docs/ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ast
categories: |
debug
version: 0.111.0
version: 0.112.0
debug: |
Print the abstract syntax tree (ast) for a pipeline.
usage: |
Expand Down Expand Up @@ -96,7 +96,7 @@ Print the ast of a pipeline flattened.
╭───┬─────────┬────────────────────┬────────────────╮
│ # │ content │ shape │ span │
├───┼─────────┼────────────────────┼────────────────┤
│ 0 │ ls │ shape_external │ ╭───────┬───╮ │
│ 0 │ ls │ shape_internalcall │ ╭───────┬───╮ │
│ │ │ │ │ start │ 0 │ │
│ │ │ │ │ end │ 2 │ │
│ │ │ │ ╰───────┴───╯ │
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Various attributes for custom commands.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr_category.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr category
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Attribute for adding a category to custom commands.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr_complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr complete
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Attribute for using another command as a completion source for all arguments.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr_complete_external.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr complete external
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Attribute for enabling use of the external completer for internal commands.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr_deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr deprecated
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Attribute for marking a command or flag as deprecated.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr example
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Attribute for adding examples to custom commands.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/attr_search-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr search-terms
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Attribute for adding search terms to custom commands.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: banner
categories: |
default
version: 0.111.0
version: 0.112.0
default: |
Print a banner for Nushell with information about the project
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/bits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Various commands for working with bits.
usage: |
Expand Down
8 changes: 4 additions & 4 deletions commands/docs/bits_and.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits and
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Performs bitwise and for ints or binary values.
usage: |
Expand Down Expand Up @@ -48,7 +48,7 @@ Apply bitwise and to two numbers
Apply bitwise and to two binary values
```nu
> 0x[ab cd] | bits and 0x[99 99]
Length: 2 (0x2) bytes | printable whitespace ascii_other non_ascii
Length: 2 (0x2) bytes | null_char printable whitespace ascii_other non_ascii
00000000: 89 89 ××

```
Expand Down Expand Up @@ -77,15 +77,15 @@ Apply bitwise and to a list of binary data
Apply bitwise and to binary data of varying lengths with specified endianness
```nu
> 0x[c0 ff ee] | bits and 0x[ff] --endian big
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: 00 00 ee 00×

```

Apply bitwise and to input binary data smaller than the operand
```nu
> 0x[ff] | bits and 0x[12 34 56] --endian little
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: 12 00 00 •00

```
4 changes: 2 additions & 2 deletions commands/docs/bits_not.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits not
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Performs logical negation on each bit.
usage: |
Expand Down Expand Up @@ -72,7 +72,7 @@ Apply logical negation to a list of numbers, treat input as signed number
Apply logical negation to binary data
```nu
> 0x[ff 00 7f] | bits not
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: 00 ff 80 0××

```
8 changes: 4 additions & 4 deletions commands/docs/bits_or.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits or
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Performs bitwise or for ints or binary values.
usage: |
Expand Down Expand Up @@ -59,23 +59,23 @@ Apply bitwise or to a list of numbers
Apply bitwise or to binary data
```nu
> 0x[88 cc] | bits or 0x[42 32]
Length: 2 (0x2) bytes | printable whitespace ascii_other non_ascii
Length: 2 (0x2) bytes | null_char printable whitespace ascii_other non_ascii
00000000: ca fe ××

```

Apply bitwise or to binary data of varying lengths with specified endianness
```nu
> 0x[c0 ff ee] | bits or 0x[ff] --endian big
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: c0 ff ff ×××

```

Apply bitwise or to input binary data smaller than the operor
```nu
> 0x[ff] | bits or 0x[12 34 56] --endian little
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: ff 34 56 ×4V

```
4 changes: 2 additions & 2 deletions commands/docs/bits_rol.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits rol
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Bitwise rotate left for ints or binary values.
usage: |
Expand Down Expand Up @@ -60,7 +60,7 @@ Rotate left a list of numbers with 2 bits
rotate left binary data
```nu
> 0x[c0 ff ee] | bits rol 10
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: ff bb 03 ×ו

```
4 changes: 2 additions & 2 deletions commands/docs/bits_ror.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits ror
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Bitwise rotate right for ints or binary values.
usage: |
Expand Down Expand Up @@ -60,7 +60,7 @@ rotate right a list of numbers of two bytes
rotate right binary data
```nu
> 0x[ff bb 03] | bits ror 10
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: c0 ff ee ×××

```
4 changes: 2 additions & 2 deletions commands/docs/bits_shl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits shl
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Bitwise shift left for ints or binary values.
usage: |
Expand Down Expand Up @@ -72,7 +72,7 @@ Shift left a list of numbers
Shift left a binary value
```nu
> 0x[4f f4] | bits shl 4
Length: 2 (0x2) bytes | printable whitespace ascii_other non_ascii
Length: 2 (0x2) bytes | null_char printable whitespace ascii_other non_ascii
00000000: ff 40 ×@

```
4 changes: 2 additions & 2 deletions commands/docs/bits_shr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits shr
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Bitwise shift right for ints or binary values.
usage: |
Expand Down Expand Up @@ -60,7 +60,7 @@ Shift right a list of numbers
Shift right a binary value
```nu
> 0x[4f f4] | bits shr 4
Length: 2 (0x2) bytes | printable whitespace ascii_other non_ascii
Length: 2 (0x2) bytes | null_char printable whitespace ascii_other non_ascii
00000000: 04 ff •×

```
8 changes: 4 additions & 4 deletions commands/docs/bits_xor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits xor
categories: |
bits
version: 0.111.0
version: 0.112.0
bits: |
Performs bitwise xor for ints or binary values.
usage: |
Expand Down Expand Up @@ -59,23 +59,23 @@ Apply bitwise xor to a list of numbers
Apply bitwise xor to binary data
```nu
> 0x[ca fe] | bits xor 0x[ba be]
Length: 2 (0x2) bytes | printable whitespace ascii_other non_ascii
Length: 2 (0x2) bytes | null_char printable whitespace ascii_other non_ascii
00000000: 70 40 p@

```

Apply bitwise xor to binary data of varying lengths with specified endianness
```nu
> 0x[ca fe] | bits xor 0x[aa] --endian big
Length: 2 (0x2) bytes | printable whitespace ascii_other non_ascii
Length: 2 (0x2) bytes | null_char printable whitespace ascii_other non_ascii
00000000: ca 54 ×T

```

Apply bitwise xor to input binary data smaller than the operand
```nu
> 0x[ff] | bits xor 0x[12 34 56] --endian little
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
Length: 3 (0x3) bytes | null_char printable whitespace ascii_other non_ascii
00000000: ed 34 56 ×4V

```
2 changes: 1 addition & 1 deletion commands/docs/break.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: break
categories: |
core
version: 0.111.0
version: 0.112.0
core: |
Break a loop.
usage: |
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bytes
categories: |
bytes
version: 0.111.0
version: 0.112.0
bytes: |
Various commands for working with byte data.
usage: |
Expand Down
Loading