From aacd09eaa9e1fb22e07cac1cf380ede1e466658a Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Fri, 24 Jan 2025 18:04:31 -0600 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6616522..bc6f139 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -### Usage +## Description +Workspaces are just a name and a path. The contents of `.pwsh_workspace_settings` are comma +delimited `name,path` + +## Usage Copy the contents of this script and add to your Powershell script at `$profile` Call `Add-Workspace` and if it is the first workspace to be added, a textfile named `.pwsh_workspace_settings.txt` will be created at `%USERPROFILE%`. -Workspaces are basically a name and a path. The contents of `.pwsh_workspace_settings` are comma -delimited `name,path` - Call `Use-Workspace` to set the parameter `$activeWorkspace` What this means is now you can write "workspace relative" functions where they operate expecting that