diff options
Diffstat (limited to 'scripts/user-scripts/fzy.sh')
-rw-r--r-- | scripts/user-scripts/fzy.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/user-scripts/fzy.sh b/scripts/user-scripts/fzy.sh deleted file mode 100644 index ba8cfc9..0000000 --- a/scripts/user-scripts/fzy.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env sh - -# Description: Fuzzy find a file in directory subtree with fzy and open using xdg-open -# -# Shell: generic -# Author: Arun Prakash Jana - -# bash, zsh -xdg-open $(find -type f | fzy) >/dev/null 2>&1 - -# fish -# xdg-open (find -type f | fzy) >/dev/null 2>&1 |