-
Notifications
You must be signed in to change notification settings - Fork 17
/
fzy.sh
14 lines (12 loc) · 791 Bytes
/
fzy.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
# Automatic generated, DON'T MODIFY IT.
# @option -l --lines Specify how many lines of results to show (default 10)
# @option -p --prompt Input prompt (default '> ')
# @option -q --query Use QUERY as the initial search string
# @option -e --show-matches <QUERY> Output the sorted matches of QUERY
# @option -t --tty Specify file to use as TTY device (default /dev/tty)
# @flag -s --show-scores Show the scores of each match
# @option -j --workers <NUM> Use NUM workers for searching.
# @flag -h --help Display this help and exit
# @flag -v --version Output version information and exit
command eval "$(argc --argc-eval "$0" "$@")"