summaryrefslogtreecommitdiff
path: root/scripts/sh/gt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sh/gt')
-rwxr-xr-xscripts/sh/gt5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/sh/gt b/scripts/sh/gt
new file mode 100755
index 0000000..55069bf
--- /dev/null
+++ b/scripts/sh/gt
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ -z "$FUZZY" ] && echo "FUZZY not set" && exit 0
+
+cd "$(fd --full-path "$HOME" -t d | $FUZZY)"