We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbbb98 commit b804861Copy full SHA for b804861
README.md
@@ -4,11 +4,27 @@ Git worktree workspace orchestrator. One command creates a workspace folder with
4
5
## Install
6
7
+### Homebrew
8
+
9
+```bash
10
+brew tap nicksenap/grove
11
+brew install grove
12
+```
13
14
+### From source
15
16
```bash
17
uv tool install .
-eval "$(gw shell-init)" # add to .zshrc
18
```
19
20
+Then add shell integration to your `.zshrc` (or `.bashrc`):
21
22
23
+eval "$(gw shell-init)"
24
25
26
+This enables `gw go` to change your working directory.
27
28
## Usage
29
30
@@ -29,4 +45,4 @@ gw delete my-feature # clean up
45
46
## Requirements
31
47
32
-Python 3.12+
48
+Python 3.12+ (installed automatically by Homebrew)
0 commit comments