Home
last modified time | relevance | path

Searched refs:compgen (Results 251 – 275 of 1712) sorted by relevance

1...<<11121314151617181920>>...69

/dports/multimedia/xine/xine-ui-0.99.12/misc/
H A Dxine_bash_completion27 COMPREPLY=( $( compgen -W '0 1 2 3 4 5 6 7 8 9' -- "$cur" ) )
42 COMPREPLY=( $( compgen -W "default lirc remapped" -- "$cur" ) )
48 COMPREPLY=( $( compgen -W '--help --audio-channel \
57 COMPREPLY=( compgen -W 'stdin://mpeg1 stdin://mpeg2' "$cur" )
73 IFS=$'\n' COMPREPLY=( $(compgen -f -P "$file1" -- "$file2" \
80 IFS=$'\n' COMPREPLY=( $(compgen -f -P "$file1%" -- "$file2") )
91 $( eval compgen -f \"$file1\" -W \
94 $file2 $( compgen -W \
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dlinks10 COMPREPLY=($(compgen -W '{0..15}' -- "$cur"))
14 COMPREPLY=($(compgen -W '0 1' -- "$cur"))
33 COMPREPLY=($(compgen -W "$drivers" -- "$cur"))
57 COMPREPLY=($(compgen -W '0 1' -- "$cur"))
61 COMPREPLY=($(compgen -W '{0..4}' -- "$cur"))
65 COMPREPLY=($(compgen -W '{0..2}' -- "$cur"))
83 COMPREPLY=($(compgen -W '$(_parse_help "$1" |
91 COMPREPLY+=($(compgen -W '$(cat ~/$dir/links.his)' -- "$cur"))
H A Dwodim19 COMPREPLY=($(compgen -W 'help all fast track unreserve trtail
28 COMPREPLY=($(compgen -W "-2 -1 0 1 2" -- "$cur"))
31 COMPREPLY=($(compgen -W "0.6 0.7 0.8 1.0 1.2 1.3
39 COMPREPLY=($(compgen -W 'burnfree noburnfree varirec=
47 COMPREPLY=($(compgen -W "$($1 driver=help 2>&1 |
51 COMPREPLY=($(compgen -W '{25..95}' -- "$cur"))
87 COMPREPLY+=($(compgen -W '${track_options[@]}' -- "$cur"))
90 COMPREPLY+=($(compgen -W '${generic_options[@]}' -- "$cur"))
H A Dmussh13 COMPREPLY=($(compgen -W '{0..2}' -- "$cur"))
17 COMPREPLY=($(compgen -W '{0..3}' -- "$cur"))
29 COMPREPLY=($(compgen -u -- "$cur"))
42 COMPREPLY+=($(compgen -c -- "$cur"))
48 COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
H A Dmcrypt11 COMPREPLY=($(compgen -W '{0..9}' -- "$cur"))
15 COMPREPLY=($(compgen -W '$($1 --list-keymodes 2>/dev/null )' \
20 COMPREPLY=($(compgen -W "$($1 --list 2>/dev/null | cut -d: -f2-)" \
25 COMPREPLY=($(compgen -W "$($1 --list 2>/dev/null |
30 COMPREPLY=($(compgen -W '$($1 --list-hash 2>/dev/null | \
48 COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
/dports/x11/foot/foot/completions/bash/
H A Dfoot37 commands=$(compgen -c | grep -vFx "$(compgen -k)" | grep -vE '^([.:[]|foot)$' | sort -u)
57 COMPREPLY=( $(compgen -W "${flags}" -- ${cur}) )
65 COMPREPLY=( $(compgen -W "$(toe -a | awk '$1 ~ /[+]/ {next}; {print $1}')" -- ${cur}) )
69 … COMPREPLY=( $(compgen -W "$(fc-list : family | sed 's/,/\n/g' | uniq | tr -d ' ')" -- ${cur}) )
71 COMPREPLY=( $(compgen -W "none error warning info" -- ${cur}) )
73 COMPREPLY=( $(compgen -W "never always auto" -- ${cur}) )
78 COMPREPLY=( $(compgen -c ${cur}) )
/dports/www/py-weboob-qt/weboob-qt-2.0/tools/
H A Dweboob_bash_completion19 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
31 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
43 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
55 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
67 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
79 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
91 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
103 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
115 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
127 COMPREPLY=( $(compgen -o default -W "${args}" -- "$cur" ) )
[all …]
/dports/devel/ros-catkin/catkin-0.8.9/cmake/env-hooks/
H A D05.catkin_make.bash17 …COMPREPLY=( $( compgen -P "-DCMAKE_BUILD_TYPE=" -W "None Debug Release RelWithDebInfo MinSizeRel" …
20 COMPREPLY=( $( compgen -P "-DCATKIN_ENABLE_TESTING=" -W "0 1" -- "${cur:24}" ) )
30 COMPREPLY=( $( compgen -W "$opts" -- "$cur" ) )
60 …COMPREPLY=( $( compgen -W "`make -C $makefile_dir -qp 2>/dev/null | awk -F':' '/^[a-zA-Z0-9][a-zA-…
63 …COMPREPLY=( $( compgen -W "`ninja -C $makefile_dir -t targets 2>/dev/null | awk -F':' '/^[a-zA-Z0-…
H A D05.catkin_make_isolated.bash17 …COMPREPLY=( $( compgen -P "-DCMAKE_BUILD_TYPE=" -W "None Debug Release RelWithDebInfo MinSizeRel" …
20 COMPREPLY=( $( compgen -P "-DCATKIN_ENABLE_TESTING=" -W "0 1" -- "${cur:24}" ) )
28 COMPREPLY=( $( compgen -W "$opts" -- "$cur" ) )
58 …COMPREPLY=( $( compgen -W "`make -C $makefile_dir -qp 2>/dev/null | awk -F':' '/^[a-zA-Z0-9][a-zA-…
61 …COMPREPLY=( $( compgen -W "`ninja -C $makefile_dir -t targets 2>/dev/null | awk -F':' '/^[a-zA-Z0-…
/dports/devel/util-linux/util-linux-2.36/bash-completion/
H A Dgetopt9 COMPREPLY=( $(compgen -W "longopts" -- $cur) )
13 COMPREPLY=( $(compgen -W "name" -- $cur) )
17 COMPREPLY=( $(compgen -W "optstring" -- $cur) )
21 COMPREPLY=( $(compgen -W "sh bash csh tcsh" -- $cur) )
31 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
H A Dcolumn9 COMPREPLY=( $(compgen -W "number" -- $cur) )
13 COMPREPLY=( $(compgen -W "string" -- $cur) )
17 COMPREPLY=( $(compgen -W "string" -- $cur) )
21 COMPREPLY=( $(compgen -W "string" -- $cur) )
53 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
59 COMPREPLY=( $(compgen -f -- $cur) )
H A Dflock9 COMPREPLY=( $(compgen -W "seconds" -- $cur) )
13 COMPREPLY=( $(compgen -W "{0..255}" -- $cur) )
18 COMPREPLY=( $(compgen -c -- $cur) )
38 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
44 COMPREPLY=( $(compgen -f -- ${cur:-"/"}) )
H A Dsu9 COMPREPLY=( $(compgen -u -- $cur) )
13 COMPREPLY=( $(compgen -g -- $cur) )
17 COMPREPLY=( $(compgen -W "$(chsh -l)" -- $cur) )
38 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
44 COMPREPLY=( $(compgen -f -- $cur) )
/dports/sysutils/linrename/util-linux-2.25.2/bash-completion/
H A Dflock9 COMPREPLY=( $(compgen -W "seconds" -- $cur) )
13 COMPREPLY=( $(compgen -W "{0..255}" -- $cur) )
18 COMPREPLY=( $(compgen -c -- $cur) )
37 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
43 COMPREPLY=( $(compgen -f -- ${cur:-"/"}) )
H A Dgetopt9 COMPREPLY=( $(compgen -W "longopts" -- $cur) )
13 COMPREPLY=( $(compgen -W "name" -- $cur) )
17 COMPREPLY=( $(compgen -W "optstring" -- $cur) )
21 COMPREPLY=( $(compgen -W "sh bash csh tcsh" -- $cur) )
31 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
H A Drenice11 COMPREPLY=( $(compgen -W "$PGRP" -- $cur) )
15 COMPREPLY=( $(compgen -W "{-20..20}" -- $cur) )
21 COMPREPLY=( $(compgen -W "$PIDS" -- $cur) )
25 COMPREPLY=( $(compgen -u -- $cur) )
38 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
H A Dsu9 COMPREPLY=( $(compgen -u -- $cur) )
13 COMPREPLY=( $(compgen -g -- $cur) )
17 COMPREPLY=( $(compgen -W "$(chsh -l)" -- $cur) )
37 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
43 COMPREPLY=( $(compgen -f -- $cur) )
H A Dionice9 COMPREPLY=( $(compgen -W "{0..3} none realtime best-effort idle" -- $cur) )
13 COMPREPLY=( $(compgen -W "{0..7}" -- $cur) )
19 COMPREPLY=( $(compgen -W "$PIDS" -- $cur) )
29 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
35 COMPREPLY=( $(compgen -f -- $cur) )
H A Drtcwake11 COMPREPLY=( $(compgen -W "$RTC_DEVS" -- $cur) )
15 COMPREPLY=( $(compgen -W "standby mem disk off no on disable show" -- $cur) )
19 COMPREPLY=( $(compgen -W "seconds" -- $cur) )
23 COMPREPLY=( $(compgen -W "time_t" -- $cur) )
40 COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
/dports/misc/clifm/clifm-1.3/misc/
H A Dcompletions.bash121 COMPREPLY=( $(compgen -f -d -- "$cur") )
125 COMPREPLY=( $(compgen -W "$profiles" -- "$cur") )
129 COMPREPLY=( $(compgen -W "$schemes" -- "$cur") )
133 COMPREPLY=( $(compgen -W "$args" -- "$cur") )
137 COMPREPLY=( $(compgen -W "$apps" -- "$cur") )
140 COMPREPLY=( $(compgen -W "${opts[*]}" -- "$cur") )
143 COMPREPLY=( $(compgen -f -d -- "$cur") )
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/completions/bash/
H A Dss-tunnel11 _filedir || COMPREPLY=( $(compgen -o plusdirs -f ${cur}) )
14 _known_hosts_real -- "${cur}" || OMPREPLY=( $(compgen -A hostname -- ${cur}) )
18 _known_hosts_real -c -- "${cur}" || OMPREPLY=( $(compgen -A hostname -S : -- ${cur}) )
21 COMPREPLY=( $(compgen -W "$ciphers" -- ${cur}) )
24 _allowed_users || COMPREPLY=( $(compgen -u -- ${cur}) )
32 COMPREPLY+=( $(compgen -W "${opts}" -- ${cur}) )
/dports/misc/lxi-tools/lxi-tools-1.21/src/bash-completion/
H A Dlxi50 COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
55 COMPREPLY=( $(compgen -W "${discover_opts}" -- ${cur}) )
58 COMPREPLY=( $(compgen -W "${scpi_opts}" -- ${cur}) )
61 COMPREPLY=( $(compgen -W "${screenshot_opts}" -- ${cur}) )
64 COMPREPLY=( $(compgen -W "${benchmark_opts}" -- ${cur}) )
67 COMPREPLY=( $(compgen -o filenames -A file -W "${run_opts}" -- ${cur}) )
/dports/net/wireguard-tools/wireguard-tools-1.0.20210914/src/completion/
H A Dwg-quick.bash-completion14 COMPREPLY+=( $(compgen -W "up down" -- "${COMP_WORDS[1]}") )
20 mapfile -t a < <(compgen -W "$i" -- "${COMP_WORDS[2]}")
24 mapfile -t a < <(compgen -f -X '!*.conf' -- "${COMP_WORDS[2]}")
26 mapfile -t a < <(compgen -d -- "${COMP_WORDS[2]}")
32 mapfile -t a < <(compgen -W "$i" -- "${COMP_WORDS[2]}")
36 COMPREPLY+=( $(compgen -W "$(wg show interfaces)" -- "${COMP_WORDS[2]}") )
/dports/audio/beets/beets-1.4.9/beets/ui/
H A Dcompletion_base.sh78 COMPREPLY+=( $(compgen -W "$commands" -- $cur) )
100 COMPREPLY+=( $(compgen -W "$completions" -- $cur) )
112 COMPREPLY+=( $(compgen -W "$commands" -- $cur) )
129 COMPREPLY+=( $(compgen -W "$completions" -- $cur) )
135 COMPREPLY+=( $(compgen -W "$commands" -- $cur) )
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Dbts.bash_completion96 COMPREPLY=( $( compgen -W 'verbose' -- "$cur" ) \
103 COMPREPLY=( $( compgen -W '-1' -- "$cur" ) )
107 COMPREPLY=( $( compgen -W $j -- "$cur" ) )
118 COMPREPLY=( $( compgen -W $_versions -- "$cur" ) )
129 COMPREPLY=( $( compgen -W $DEBEMAIL -- "$cur" ) )
145 COMPREPLY=( $( compgen -W $_versions -- "$cur" ) )
154 COMPREPLY=( $( compgen -W 'by with' -- "$cur" ) )
202 COMPREPLY=( $( compgen -W $DEBEMAIL -- "$cur" ) )
246 COMPREPLY=( $( compgen -W 'min mbox full' -- "$cur" ) )
261 COMPREPLY=( $( compgen -W 'ALL' -- "$cur" ) \
[all …]

1...<<11121314151617181920>>...69