Categorygithub.com/v4run/ws
modulepackage
0.0.0-20221223121452-1f1f7aa27ff0
Repository: https://github.com/v4run/ws.git
Documentation: pkg.go.dev

# README

Switch git worktrees with ease

ws - Prints a menu to choose a git worktree

asciicast

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 .)'