summaryrefslogtreecommitdiff
path: root/rc/connect/modules/fzy/commands/:fzy-files
blob: a5ee74354922b6318b97872f3bb823ad1af01c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# fzy
# https://github.com/jhawthorn/fzy

# Dependencies:
# – fd (https://github.com/sharkdp/fd)

fd --type file . "$@" |
fzy --prompt='(f)>' |
:edit