https://github.com/jsdf/many
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsdf/many
- Owner: jsdf
- License: mit
- Created: 2025-07-21T23:09:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T19:59:04.000Z (11 months ago)
- Last Synced: 2025-08-04T08:04:33.500Z (11 months ago)
- Language: TypeScript
- Size: 5.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Many - Worktree Manager

A modern Electron desktop application for managing Git worktrees, designed for parallel development workflows with AI tools like Claude Code.
## Features
- **Worktree Creation & Management** - Create new worktrees with automatic branch creation
- **Integrated Workflow** - Designed to work seamlessly with AI development tools
- **Cross-Platform** - Works on macOS, Windows, and Linux
## Getting Started
No builds offered yet, for now checkout and use `npm run build` to build the app.
## Usage
### Adding a Repository
1. Click "Add Repo" in the sidebar
2. Browse to or enter the path of your Git repository
3. Click "Add Repository"
### Creating Worktrees
1. Select a repository from the dropdown
2. Click "Create Worktree"
3. Enter a branch name (e.g., "fix-login-bug", "add-dark-mode")
4. The app will create both the branch and worktree automatically
### Working with Worktrees
- Click on any worktree in the sidebar to view its details
- Each worktree is created in a parallel directory structure
- Perfect for running multiple instances of development tools simultaneously
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.