File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,18 @@ https://github.com/user-attachments/assets/fb5f0213-4a9f-43e2-9557-416070d7e122
2828brew install wasabeef/gw-tap/gw
2929```
3030
31+ ### Build from Source
32+
33+ ``` bash
34+ # Clone and install
35+ git clone https://github.com/wasabeef/git-workers.git
36+ cd git-workers
37+ cargo install --path .
38+ ```
39+
3140### Shell Integration
3241
33- To enable automatic directory switching when switching worktrees, add this to your shell config:
42+ Add this to your shell config(.bashrc or .zshrc) to enable automatic directory switching when switching worktrees.
3443
3544``` bash
3645# For bash (~/.bashrc) or zsh (~/.zshrc)
@@ -193,3 +202,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
193202- Built with [ git2] ( https://github.com/rust-lang/git2-rs ) for Git operations
194203- Uses [ dialoguer] ( https://github.com/console-rs/dialoguer ) for interactive prompts
195204- Terminal styling with [ colored] ( https://github.com/colored-rs/colored )
205+
You can’t perform that action at this time.
0 commit comments