Create find_git_project helper script

This commit is contained in:
Talia 2023-05-17 16:01:17 +02:00
parent c5e7a97424
commit 63e6958e37

3
bin/find_git_project Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
find $1 -type d -name .git | xargs dirname | fzf