forked from extern/nushell
Update README.md
This commit is contained in:
parent
856ca44679
commit
89b0bf1926
13
README.md
13
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:
|
Nu currently has the following built-in commands:
|
||||||
|
|
||||||
- cd
|
- cd directory
|
||||||
- ls
|
- ls
|
||||||
- ps
|
- ps
|
||||||
- select ...fields
|
- column ...fields
|
||||||
- reject ...fields
|
- reject ...fields
|
||||||
- sort-by ...fields
|
- sort-by ...fields
|
||||||
- where condition
|
- where condition
|
||||||
- skip amount
|
- skip amount
|
||||||
- take amount
|
- first amount
|
||||||
- to-array
|
- to-array
|
||||||
|
- to-json
|
||||||
|
- from-json
|
||||||
|
- open filename
|
||||||
|
- split sep ...fields
|
||||||
|
- select field
|
||||||
|
|
||||||
# Goals
|
# 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 |
|
| 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 |
|
| file name | file type | size |
|
||||||
+---------------+-----------+----------+
|
+---------------+-----------+----------+
|
||||||
|
Loading…
Reference in New Issue
Block a user