mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 03:44:19 +01:00
5ca9e12b7f
* Remove EOL whitespace in files other than docs * Break paragraphs into lines See http://rhodesmill.org/brandon/2012/one-sentence-per-line/ for the rationale * Fix various typos * Remove EOL whitespace in docs/commands/*.md
27 lines
1.9 KiB
Markdown
27 lines
1.9 KiB
Markdown
# shells
|
|
|
|
Lists all the active nu shells with a number/index, a name and the path. Also marks the current nu shell.
|
|
|
|
## Examples
|
|
|
|
```
|
|
> shells
|
|
━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
# │ │ name │ path
|
|
───┼───┼────────────┼─────────────────────────────────────
|
|
0 │ │ filesystem │ /home/jonathanturner/Source/nushell
|
|
1 │ │ filesystem │ /usr
|
|
2 │ X │ filesystem │ /home
|
|
━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
```
|
|
|
|
```
|
|
/> shells
|
|
━━━┯━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
# │ │ name │ path
|
|
───┼───┼──────────────────────────────────────────────────┼─────────────────────────────────────
|
|
0 │ │ filesystem │ /home/jonathanturner/Source/nushell
|
|
1 │ X │ {/home/jonathanturner/Source/nushell/Cargo.toml} │ /
|
|
━━━┷━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
```
|