Execute a command in the specified worktree directory
Executes shell commands in a specified git worktree directory.
/plugin marketplace add vampik33/claude-plugins/plugin install vampik33-gtr-plugins-gtr@vampik33/claude-plugins<branch-name> <command> [args...]Execute a shell command within the context of a worktree directory.
/gtr:run <branch-name> <command> [args...]
$ARGUMENTS - first arg is branch, rest is commandgit gtr run "$ARGUMENTS"Caution: This executes arbitrary shell commands. Be careful with destructive commands.
/gtr:run feature npm test - Run tests in worktree/gtr:run feature npm run build - Build in worktree/gtr:run feature git status - Check git status/gtr:run feature "npm install && npm test" - Chained commands