Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : fzd-bin.git
AUR Package Repositories | click
here
to return to the package base details page
about
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fzd
blob: 9f60545bde30b4bf95e3925c8dd2c43619845a8d (
plain
)
1
2
3
4
FILE_PATH=$(fzf) if [ "$FILE_PATH" != "" ]; then xdg-open "$FILE_PATH" fi