We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32a829 commit cb87cbcCopy full SHA for cb87cbc
zsh-fzf-git-worktree.zsh
@@ -23,12 +23,12 @@ fzf-git-worktree() {
23
usage() {
24
cat <<HEREDOC
25
Usage:
26
- work interactive switcher
27
- work i, init setup "work" in cwd
28
- work new <n> create new work tree and switch to it
29
- work rm, remove <n> remove work tree
30
- work ls, list list work trees
31
- work help print usage
+ fzf-git-worktree interactive switcher
+ fzf-git-worktree i, init setup "fzf-git-worktree" in cwd
+ fzf-git-worktree new <n> create new work tree and switch to it
+ fzf-git-worktree rm, remove <n> remove work tree
+ fzf-git-worktree ls, list list work trees
+ fzf-git-worktree help print usage
32
HEREDOC
33
}
34
0 commit comments