//
pkg.gl
Category
github.com/v4run/ws
module
package
0.0.0-20221223121452-1f1f7aa27ff0
Repository:
https://github.com/v4run/ws.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
19 SLOC
#
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 .)'