2019-10-02 10:07:43 +02:00
|
|
|
# shells
|
|
|
|
|
|
|
|
Lists all the active nu shells with a number/index, a name and the path. Also marks the current nu shell.
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2020-06-23 20:21:47 +02:00
|
|
|
```shell
|
2019-10-02 10:07:43 +02:00
|
|
|
> shells
|
2019-11-30 02:24:39 +01:00
|
|
|
━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
2020-03-13 18:23:41 +01:00
|
|
|
# │ │ name │ path
|
2019-11-30 02:24:39 +01:00
|
|
|
───┼───┼────────────┼─────────────────────────────────────
|
2020-03-13 18:23:41 +01:00
|
|
|
0 │ │ filesystem │ /home/jonathanturner/Source/nushell
|
|
|
|
1 │ │ filesystem │ /usr
|
|
|
|
2 │ X │ filesystem │ /home
|
2019-11-30 02:24:39 +01:00
|
|
|
━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
2019-10-02 10:07:43 +02:00
|
|
|
```
|
|
|
|
|
2020-06-23 20:21:47 +02:00
|
|
|
```shell
|
2019-10-02 10:07:43 +02:00
|
|
|
/> shells
|
2019-11-30 02:24:39 +01:00
|
|
|
━━━┯━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
2020-03-13 18:23:41 +01:00
|
|
|
# │ │ name │ path
|
2019-11-30 02:24:39 +01:00
|
|
|
───┼───┼──────────────────────────────────────────────────┼─────────────────────────────────────
|
2020-03-13 18:23:41 +01:00
|
|
|
0 │ │ filesystem │ /home/jonathanturner/Source/nushell
|
|
|
|
1 │ X │ {/home/jonathanturner/Source/nushell/Cargo.toml} │ /
|
2019-11-30 02:24:39 +01:00
|
|
|
━━━┷━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
2019-10-02 10:07:43 +02:00
|
|
|
```
|