From cf71b2b6bb4f608b7695ee11b579a99ada93950c Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Wed, 24 Apr 2024 23:17:16 +0100
Subject: [PATCH] Restructure GitLab repository structure

---
 bin/t | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/bin/t b/bin/t
index 55e193ca..81960298 100755
--- a/bin/t
+++ b/bin/t
@@ -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  \