fancier popups for jumping

This commit is contained in:
Daniel Lundin 2022-08-30 11:28:03 +02:00
parent e96c3c8593
commit e67758a53d
2 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@ if [ -n "$1" ]; then
else
_git_root=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
_store=$(echo "$_git_root" | sha1sum | cut -d ' ' -f 1)
_file=$( (fre --store_name "$_store" --sorted && fd --type f --hidden --follow --exclude .git . "$_git_root") | fzf )
_file=$( (fre --store_name "$_store" --sorted && fd --type f --hidden --follow --exclude .git . "$_git_root") | fzf)
fre --store_name "$_store" --add "$_file"
fi