2025-06-14 17:17:10 -05:00

3 lines
74 B
Bash

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