From efe3676a8d1c8fefd1aef74599d55965648a52c9 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 17 Oct 2024 18:44:03 +0200 Subject: remove traces --- common/home/scripts/openproject | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'common/home/scripts') 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 -- cgit v1.2.3-70-g09d2