Features
- Added Git worktree support for projects #119
- Define worktrees in project config with
path(required) andbranch(optional, defaults to path basename) mani initauto-discovers existing worktrees usinggit worktree listmani synccreates worktrees defined in config- Worktrees can be inside or outside the parent project directory
- Define worktrees in project config with
- Added
remove_orphaned_worktreesconfig option to remove worktrees not in config - Added
--remove-orphaned-worktrees/-wflag tomani sync - Added
worktreecolumn option formani list projects
Fixes
- Fixed TUI to always show Tags/Paths panes even when empty
- Fixed TUI search/filter label showing raw color tags when using default theme
- Fixed
mani initto only add root directory as project when inside a git repo