For removing Git worktrees in bulk. Scans files in worktree, finding last modified date to help selection process.
go build -o {What you want to build the file as}
Example:
go build -o wm
export PATH="$PATH:{REPO DIR}"
Example:
export PATH="$PATH:/Users/example/worktree-manager"
- cd to worktree root dir
- Run the command name
Example:
wm