1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-12 20:35:18 +02:00

Update README.md

This commit is contained in:
Jonathan Turner
2019-06-21 16:36:36 +12:00
committed by GitHub
parent 9018eefca9
commit aeb0c2e7a8

@ -200,7 +200,9 @@ These goals are all critical, project-defining priorities. Priority #1 is "direc
| autoview | View the contents of the pipeline as a table or list | | autoview | View the contents of the pipeline as a table or list |
| clip | Copy the contents of the pipeline to the copy/paste buffer | | clip | Copy the contents of the pipeline to the copy/paste buffer |
| save filename | Save the contents of the pipeline to a file | | save filename | Save the contents of the pipeline to a file |
| table | View the contents of the pipeline as a table |
| tree | View the contents of the pipeline as a tree | | tree | View the contents of the pipeline as a tree |
| vtable | View the contents of the pipeline as a vertical (rotated) table |
# License # License