From d2168ef8bc22ff7ee57661a698fa389cf5a778fb Mon Sep 17 00:00:00 2001 From: frelodev Date: Sun, 27 Oct 2024 23:11:04 +0100 Subject: [PATCH] chore: updated README commands --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f5135b..503f485 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,22 @@ once connected, more commands become available: | `codemp.createWorkspace ` | will create a new workspace with given name | | `codemp.listWorkspaces` | list all workspaces available to join | | `codemp.activeWorkspaces` | list all workspaces currently active | -| `codemp.leaveWorkspace ` | leave a currently active workspace | | `codemp.inviteToWorkspace ` | invite a remote user to a workspace you own | +| `codemp.deleteWorkspace` | delete a workspace | after a workspace is joined, more commands become available: | command | description | | --- | --- | +| `codemp.leaveWorkspace ` | leave a currently active workspace | | `codemp.attach ` | will fetch remote buffer and keep it in sync | | `codemp.share` | will share current buffer and keep it in sync | | `codemp.createBuffer ` | will create a new empty buffer in workspace | | `codemp.listBuffers` | will list all available buffers in workspace | +| `codemp.detach ` | will detach from remote buffer | +| `codemp.deleteBuffer ` | will delete remote buffer | | `codemp.sync` | forces resynchronization of current buffer | +| `codemp.jump` | jump to user's last cursor position | some commands for the Tree View are also provided: