summaryrefslogtreecommitdiff
path: root/common/home/scripts/openproject
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-10-17 18:44:03 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-10-17 18:44:03 +0200
commitefe3676a8d1c8fefd1aef74599d55965648a52c9 (patch)
tree4c097a145ceefeb5486f8946bf4783c4b6269ab4 /common/home/scripts/openproject
parentd38de746b272956888de6360f3a1818cd212a109 (diff)
remove traces
Diffstat (limited to 'common/home/scripts/openproject')
-rw-r--r--common/home/scripts/openproject7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/home/scripts/openproject b/common/home/scripts/openproject
index 4881921..5b42432 100644
--- a/common/home/scripts/openproject
+++ b/common/home/scripts/openproject
@@ -1,3 +1,8 @@
#!/bin/sh
-echo Hello, World
+path=$(find ~ -name '.git' -type d -maxdepth 6 | sed 's/\.git$//' | wofi -d -p 'Open Project')
+
+[ -z "$path" ] && exit
+
+cd $path
+alacritty