From 6d0afcc763ecda57dd2b6e70e30ebff5c6e98493 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 3 Jun 2019 05:21:50 +1200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0026f6b0..2c47f7db1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -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 -------------------------------------------------------------------------- ``` + +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. ![autocompletion][fish-style]