mirror of
https://github.com/nushell/nushell
synced 2024-11-11 15:37:07 +00:00
Update README.md
This commit is contained in:
parent
2fcde1b1e9
commit
6d0afcc763
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Nu Shell
|
# Nu Shell
|
||||||
|
|
||||||
A shell for the GitHub era. A shell you can hack on.
|
A shell for the GitHub era. Like having a playground for a shell.
|
||||||
|
|
||||||
# Status
|
# Status
|
||||||
|
|
||||||
|
@ -160,6 +160,14 @@ Some file times can be loaded as tables.
|
||||||
[list List] A shell for the GitHub era 2018 MIT nu 0.1.1
|
[list List] A shell for the GitHub era 2018 MIT nu 0.1.1
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once you've cound the data, you can call out to external applications and use it.
|
||||||
|
|
||||||
|
```text
|
||||||
|
~\Code\nushell> open Cargo.toml | select package.version | echo $it
|
||||||
|
0.1.1
|
||||||
|
```
|
||||||
|
|
||||||
Nu currently has fish-style completion of previous commands, as well ctrl-r reverse search.
|
Nu currently has fish-style completion of previous commands, as well ctrl-r reverse search.
|
||||||
|
|
||||||
![autocompletion][fish-style]
|
![autocompletion][fish-style]
|
||||||
|
|
Loading…
Reference in a new issue