Configure git-worktree-runner settings
Manages git-worktree-runner configuration settings for get, set, list, and unset operations.
/plugin marketplace add vampik33/claude-plugins/plugin install vampik33-gtr-plugins-gtr@vampik33/claude-plugins[list|get|set|unset] [key] [value]Manage git-worktree-runner configuration.
/gtr:config [list|get|set|unset] [key] [value]
$ARGUMENTS - subcommand, key, and valuegit gtr config "$ARGUMENTS"| Command | Description |
|---|---|
list | Show all configuration |
get <key> | Get a configuration value |
set <key> <value> | Set a configuration value |
unset <key> | Remove a configuration value |
/gtr:config list - Show all settings/gtr:config set gtr.editor.default cursor - Set default editor/gtr:config set gtr.ai.default claude - Set default AI tool/gtr:config set gtr.hook.postCreate "npm install" - Auto-install deps