From bec9fd2d2b3b4c9a5be83becd6f4f3c913e1ea6a Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 19 Jun 2019 17:25:12 +1200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60c42672df..33a85ec874 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ These goals are all critical, project-defining priorities. Priority #1 is "direc | cd path | Change to a new path | | ls (path) | View the contents of the current or given path | | ps | View current processes | +| sysinfo | View information about the current system | | open {filename or url} | Load a file into a cell, convert to table if possible (avoid by appending '--raw') | | enter {filename or url} | Enter (mount) the given contents as the current object | | exit | Leave/pop from the current object (exits if in filesystem object) |