Show HN: Git-worm, the simple worktree manager
Category: devtools
Tags: git, workflow, cli, developer-tools
Score: 5.5/10 (Innovation: 4, Technical: 4, Documentation: 8, Utility: 6)
git-worm is a CLI tool that enhances git worktree management by automatically copying gitignored files (like .env, .venv) into new worktrees and providing a polished user interface. It's interesting because it solves practical workflow friction when switching between worktrees, especially for developers using environment-specific files or modern JavaScript package managers.
Target audience: backend devs, frontend devs, full-stack devs
Repository: https://github.com/ThatXliner/git-worm · Python · Unlicense · 2 stars
View on Hacker News