aboutsummarylogtreecommitdiffstats
path: root/fzd
diff options
context:
space:
mode:
Diffstat (limited to 'fzd')
-rwxr-xr-xfzd4
1 files changed, 4 insertions, 0 deletions
diff --git a/fzd b/fzd
new file mode 100755
index 000000000000..a80add09abdc
--- /dev/null
+++ b/fzd
@@ -0,0 +1,4 @@
+FILE_PATH=$(fzf)
+if [ "$FILE_PATH" != "" ]; then
+ xdg-open $FILE_PATH
+fi \ No newline at end of file