//
pkg.gl
Category
github.com/v4run/ws
repository
package
0.0.0-20221223121452-1f1f7aa27ff0
Repository:
https://github.com/v4run/ws.git
Documentation:
pkg.go.dev
Overview
Dependencies
3
Dependents
0
#
README
Switch git worktrees with ease
ws - Prints a menu to choose a git worktree
Usage
Installation
go install github.com/v4run/ws@latest
Add the following alias to go to the selected worktree directory
alias wt='cd $(ws || echo .)'