#!/bin/sh du -a ~/my-repos/* | awk '{print $2}' | fzf | xargs -r $EDITOR