Skip to content

Releases: yankeexe/git-worktree-switcher

Improve compatibility with Mac OS

25 Sep 05:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

Escape forward slash in search keywords

19 Mar 08:15
Compare
Choose a tag to compare

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

Handle worktree paths with spaces

09 Mar 14:32
Compare
Choose a tag to compare

Handle worktree paths with spaces.

Update to the latest version

wt update 

Add version flag

27 Jan 12:16
Compare
Choose a tag to compare

Changelog:

  • Add version flag
wt version 
  • Clean up script

Update to the new version:

wt update 

Add auto-completion for Fish Shell

27 Jan 08:00
Compare
Choose a tag to compare

🐟 Add auto-completion for Fish Shell

Enable Tab auto-completion: 🚀
https://github.com/yankeexe/git-worktree-switcher#tab-autocompletion-zap

  • bash: wt_completion
  • zsh: _wt_completion
  • fish: wt.fish

Fix Shellcheck Issues

24 Jan 03:37
Compare
Choose a tag to compare
  • Fixed shell check issues for wt and completion scripts.

Add auto-completion for zsh

22 Jan 15:11
Compare
Choose a tag to compare

Switch between your git worktrees even faster! ⚡ Now with tab autocompletion for both Bash and ZSH! ✨

Enable Tab Autocompletion: 🚀
https://github.com/yankeexe/git-worktree-switcher#tab-autocompletion-zap

  • bash: wt_completion
  • zsh: _wt_completion

Add auto-completion for bash

22 Jan 07:49
Compare
Choose a tag to compare

Autocompletion added for bash shell.

sudo cp wt_completion /etc/bash_completion.d
wt <TAB> <TAB>

# OR

wt <completion-characters> <TAB>

Add update sub command.

11 Apr 03:19
Compare
Choose a tag to compare
  • Added update sub command to update the script to the latest version.
$ wt update 

Change to root worktree.

10 Apr 02:35
Compare
Choose a tag to compare

Changelog:

  • Feature: Change to root worktree using wt -
  • Fix: multiline capture for search term error.