| ▲ | pabs3 3 hours ago | |
I guess I would generate mr config commands using the output of gh/glab repo list and run them in shell: gh repo list --json url,name -q '.[] | "mr --config .mrconfig config " + .name + " " + .url' | sh You could probably do it with xargs or similar too. | ||