in a way the data can't really get into worse hands than palantir, can it? lol jk
crazy you built this thing in less than a week! did you use the claude code from CLI or via the macOS app to help with this? just kind of curious on your workflow!
honestly my go to is kind of similar, but I prefer using --format vs. straight grep. just feels like the plumbing is cleaner out of the box: git branch --merged origin/main --format="%(refname:short)" \ | grep -vE…
in a way the data can't really get into worse hands than palantir, can it? lol jk
crazy you built this thing in less than a week! did you use the claude code from CLI or via the macOS app to help with this? just kind of curious on your workflow!
honestly my go to is kind of similar, but I prefer using --format vs. straight grep. just feels like the plumbing is cleaner out of the box: git branch --merged origin/main --format="%(refname:short)" \ | grep -vE…