Create find_git_project helper script
This commit is contained in:
parent
c5e7a97424
commit
63e6958e37
1 changed files with 3 additions and 0 deletions
3
bin/find_git_project
Executable file
3
bin/find_git_project
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
find $1 -type d -name .git | xargs dirname | fzf
|
Loading…
Reference in a new issue