treeflow 0.2.1

CLI tool for simplified Git worktree management to speed up switching contexts when working collaboratively.
Documentation
1
2
3
4
5
6
7
# Dynamic aliases
alias ::work_type::='treeflow ::work_type::'

# Enable completion for the dynamic alias
if type compdef > /dev/null 2>&1; then
  compdef _treeflow ::work_type::
fi