aboutsummaryrefslogtreecommitdiff
path: root/bin/status
blob: 9e4e888e3f9e154fe079701595b2e7919ed42d69 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

repos ~/src |
	xargs -P`nproc` -I{} sh -c "cd \$0 &&
		printf '%s\t%s\n' \\
			\"\$(color -c yellowb \"\$PWD\" |
				sed \"s|\$HOME|~|\")\" \\
			\"\$(vcs ps1)\"" {}