Skip to content

Update docs for commands from nu-std/std/dirs.nu #1369

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
Apr 25, 2024
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
18 changes: 18 additions & 0 deletions commands/docs/dexit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: dexit
categories: |
shells
version: 0.92.0
shells: |
Enters a new shell at the given path.
usage: |
Enters a new shell at the given path.
---

# `dexit` for [shells](/commands/categories/shells.md)

<div class='command-title'>Leaves the currently active working directory if there are multiple shell paths open.</div>

## Signature

```> dexit```
6 changes: 3 additions & 3 deletions commands/docs/enter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: enter
categories: |
shells
version: 0.79.0
version: 0.92.0
shells: |
Enters a new shell at the given path.
usage: |
Enters a new shell at the given path.
---

# <code>{{ $frontmatter.title }}</code> for shells
# `enter` for [shells](/commands/categories/shells.md)

<div class='command-title'>{{ $frontmatter.shells }}</div>
<div class='command-title'>Enters a new shell at the given path.</div>

## Signature

Expand Down
6 changes: 3 additions & 3 deletions commands/docs/g.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: g
categories: |
shells
version: 0.79.0
version: 0.92.0
shells: |
Switch to a given shell, or list all shells if no given shell number.
usage: |
Switch to a given shell, or list all shells if no given shell number.
---

# <code>{{ $frontmatter.title }}</code> for shells
# `g` for [shells](/commands/categories/shells.md)

<div class='command-title'>{{ $frontmatter.shells }}</div>
<div class='command-title'>Switch to a given shell, or list all shells if no given shell number.</div>

## Signature

Expand Down
6 changes: 3 additions & 3 deletions commands/docs/n.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: n
categories: |
shells
version: 0.79.0
version: 0.92.0
shells: |
Switch to the next shell.
usage: |
Switch to the next shell.
---

# <code>{{ $frontmatter.title }}</code> for shells
# `n` for [shells](/commands/categories/shells.md)

<div class='command-title'>{{ $frontmatter.shells }}</div>
<div class='command-title'>Switch to the next shell.</div>

## Signature

Expand Down
6 changes: 3 additions & 3 deletions commands/docs/p.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: p
categories: |
shells
version: 0.79.0
version: 0.92.0
shells: |
Switch to the previous shell.
usage: |
Switch to the previous shell.
---

# <code>{{ $frontmatter.title }}</code> for shells
# `p` for [shells](/commands/categories/shells.md)

<div class='command-title'>{{ $frontmatter.shells }}</div>
<div class='command-title'>Switch to the previous shell.</div>

## Signature

Expand Down
6 changes: 3 additions & 3 deletions commands/docs/shells.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: shells
categories: |
shells
version: 0.79.0
version: 0.92.0
shells: |
Lists all open shells.
usage: |
Lists all open shells.
---

# <code>{{ $frontmatter.title }}</code> for shells
# `shells` for [shells](/commands/categories/shells.md)

<div class='command-title'>{{ $frontmatter.shells }}</div>
<div class='command-title'>Lists all open shells.</div>

## Signature

Expand Down
Loading