Create find_git_project helper script

This commit is contained in:
Talia 2023-05-17 16:01:17 +02:00
parent c5e7a97424
commit 63e6958e37
1 changed files with 3 additions and 0 deletions

3
bin/find_git_project Executable file
View File

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