workz enhances Git worktrees by automatically managing environment files and dependencies. It enables smooth transitions between branches without the hassle of reinstallation and wasted disk space. Experience zero-config syncing and integration with various languages and tools, making development more efficient.
workz: A Seamless Solution for Managing Git Worktrees
workz is designed to enhance your Git worktree experience by addressing common issues faced when working on multiple branches simultaneously. With features like zero-config dependency syncing, fuzzy switching, and AI-agent support, workz eliminates the hassle of managing environment files and duplicated dependencies while ensuring a smoother development process.
node_modules, target, .venv, and other essential folders, saving disk space and setup time..env, .env.local, and other environment files to your new worktree, ensuring you have everything you need right where you want it.fzf, making it easy to navigate through branches.--docker flag to auto-start Docker containers corresponding to your worktree.--ai option, allowing for efficient parallel AI workflows.Create a worktree with all necessary configurations in one command:
workz start feature/login
List existing worktrees effortlessly:
workz list
Easily switch between worktrees:
workz switch
Remove a worktree when finished:
workz done feature/login
By simplifying the management of Git worktrees, workz significantly enhances the workflow for developers, allowing for more focus on the code rather than overhead tasks. Whether working with Node.js, Rust, Python, or other languages, workz is a versatile and efficient tool that is easy to integrate with existing projects.
No comments yet.
Sign in to be the first to comment.