Escape forward slash in search keywords
Fixes:
Search keyword for worktree with forward slash.
# Create a new worktree
git worktree add "./feature/something-x"
# Change to that worktree with forward slash search character
wt feature/something-x
# OR
wt feature x
Update to the latest version
wt update