From 89b0bf192600be519633e57b66100c7f88ec4d0d Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 29 May 2019 16:07:03 +1200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d11c4fbffb..f44271f7e7 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,21 @@ There is not yet support for piping external commands to each other; piping is l Nu currently has the following built-in commands: -- cd +- cd directory - ls - ps -- select ...fields +- column ...fields - reject ...fields - sort-by ...fields - where condition - skip amount -- take amount +- first amount - to-array +- to-json +- from-json +- open filename +- split sep ...fields +- select field # Goals @@ -102,7 +107,7 @@ Priority #3: It's an object shell like PowerShell. | Cargo.lock | File | | 38.6 KiB | 42 minutes ago | 42 minutes ago | 42 minutes ago | +---------------+-----------+----------+----------+----------------+----------------+----------------+ -~\Code\nushell> ls | select "file name" "file type" size | sort-by "file type" +~\Code\nushell> ls | column "file name" "file type" size | sort-by "file type" +---------------+-----------+----------+ | file name | file type | size | +---------------+-----------+----------+