Restructure GitLab repository structure

This commit is contained in:
Oliver Davies 2024-04-24 23:17:16 +01:00
parent cd526e953f
commit cf71b2b6bb

10
bin/t
View file

@ -23,16 +23,8 @@ else
! -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.
# TODO: only do this if the ~/Code/tmp directory exists.
items+=" "
items+=$(find "${HOME}/Code/tmp" \
-maxdepth 1 \