Include GitLab repositories are within multi-level
...directories
This commit is contained in:
parent
0171861a44
commit
5a38fdcb88
9
bin/t
9
bin/t
|
@ -23,6 +23,15 @@ else
|
||||||
! -path "${HOME}/Code/tmp/*"
|
! -path "${HOME}/Code/tmp/*"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Include GitLab repositories that are within multi-level project and group directories.
|
||||||
|
items+=" "
|
||||||
|
items+=$(find "${HOME}/Code/gitlab.com" \
|
||||||
|
-maxdepth 4 \
|
||||||
|
-mindepth 3 \
|
||||||
|
-type d \
|
||||||
|
! -path "${HOME}/Code/gitlab.com/opdavies/wiki/*" \
|
||||||
|
)
|
||||||
|
|
||||||
# Add the top-level directories within ~/Code/tmp.
|
# Add the top-level directories within ~/Code/tmp.
|
||||||
items+=" "
|
items+=" "
|
||||||
items+=$(find "${HOME}/Code/tmp" \
|
items+=$(find "${HOME}/Code/tmp" \
|
||||||
|
|
Loading…
Reference in a new issue