mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
83 lines
7.1 KiB
Plaintext
83 lines
7.1 KiB
Plaintext
_aria2c()
|
|
{
|
|
local cur prev split=false
|
|
COMPREPLY=()
|
|
COMP_WORDBREAKS=${COMP_WORDBREAKS//=}
|
|
|
|
cmd=${COMP_WORDS[0]}
|
|
_get_comp_words_by_ref cur prev
|
|
case $prev in
|
|
--ftp-type)
|
|
COMPREPLY=( $( compgen -W 'binary ascii' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--proxy-method)
|
|
COMPREPLY=( $( compgen -W 'get tunnel' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--metalink-preferred-protocol)
|
|
COMPREPLY=( $( compgen -W 'http https ftp none' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--bt-min-crypto-level)
|
|
COMPREPLY=( $( compgen -W 'plain arc4' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--follow-metalink)
|
|
COMPREPLY=( $( compgen -W 'true mem false' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--file-allocation)
|
|
COMPREPLY=( $( compgen -W 'none prealloc trunc falloc' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--log-level)
|
|
COMPREPLY=( $( compgen -W 'debug info notice warn error' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--uri-selector)
|
|
COMPREPLY=( $( compgen -W 'inorder feedback adaptive' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--event-poll)
|
|
COMPREPLY=( $( compgen -W 'epoll poll select' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--follow-torrent)
|
|
COMPREPLY=( $( compgen -W 'true mem false' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--stream-piece-selector)
|
|
COMPREPLY=( $( compgen -W 'default inorder geom' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--download-result)
|
|
COMPREPLY=( $( compgen -W 'default full' -- "$cur" ) )
|
|
return 0
|
|
;;
|
|
--dir)
|
|
_filedir -d
|
|
return 0
|
|
;;
|
|
--torrent-file)
|
|
_filedir '@(torrent)'
|
|
return 0
|
|
;;
|
|
--metalink-file)
|
|
_filedir '@(meta4|metalink)'
|
|
return 0
|
|
;;
|
|
esac
|
|
case $cur in
|
|
-*)
|
|
COMPREPLY=( $( compgen -W '--rpc-save-upload-metadata --rpc-save-upload-metadata=false --on-download-start --metalink-language --rpc-secret --torrent-file --enable-peer-exchange --enable-peer-exchange=false --http-proxy-passwd --bt-tracker-timeout --ftp-type --seed-time --bt-tracker-connect-timeout --bt-max-open-files --no-netrc --no-netrc=false --force-sequential --force-sequential=false --metalink-base-uri --private-key --ftp-passwd --allow-overwrite --allow-overwrite=false --rpc-allow-origin-all --rpc-allow-origin-all=false --bt-detach-seed-only --bt-detach-seed-only=false --summary-interval --lowest-speed-limit --bt-tracker-interval --proxy-method --metalink-preferred-protocol --enable-http-keep-alive --enable-http-keep-alive=false --metalink-version --bt-lpd-interface --force-save --force-save=false --rpc-secure --rpc-secure=false --listen-port --rpc-private-key --server-stat-of --server-stat-timeout --https-proxy-user --piece-length --dry-run --dry-run=false --truncate-console-readout --truncate-console-readout=false --async-dns-server --bt-max-peers --max-overall-upload-limit --rpc-user --dht-entry-point6 --dir --split --on-download-pause --auto-file-renaming --auto-file-renaming=false --http-proxy --save-session-interval --daemon --daemon=false --https-proxy --min-tls-version --save-cookies --out --rlimit-nofile --max-file-not-found --on-download-stop --certificate --bt-min-crypto-level --remove-control-file --remove-control-file=false --enable-dht --enable-dht=false --file-allocation --follow-metalink --on-bt-download-complete --ftp-proxy --show-files --show-files=false --timeout --bt-hash-check-seed --bt-hash-check-seed=false --ftp-pasv --ftp-pasv=false --check-certificate --check-certificate=false --always-resume --always-resume=false --load-cookies --bt-remove-unselected-file --bt-remove-unselected-file=false --bt-stop-timeout --version --max-concurrent-downloads --quiet --quiet=false --max-download-result --max-resume-failure-tries --header --rpc-listen-all --rpc-listen-all=false --all-proxy-user --server-stat-if --dht-file-path6 --save-session --bt-external-ip --max-tries --conditional-get --conditional-get=false --ftp-reuse-connection --ftp-reuse-connection=false --gid --dscp --max-download-limit --bt-prioritize-piece --check-integrity --check-integrity=false --log-level --remote-time --remote-time=false --uri-selector --rpc-listen-port --index-out --bt-tracker --referer --ssh-host-key-md --console-log-level --connect-timeout --stream-piece-selector --dht-message-timeout --select-file --download-result --disable-ipv6 --disable-ipv6=false --rpc-max-request-size --rpc-passwd --stop-with-process --https-proxy-passwd --continue --continue=false --no-file-allocation-limit --netrc-path --ftp-proxy-user --enable-color --enable-color=false --metalink-location --allow-piece-length-change --allow-piece-length-change=false --max-connection-per-server --no-conf --no-conf=false --rpc-certificate --metalink-os --enable-http-pipelining --enable-http-pipelining=false --http-passwd --user-agent --enable-dht6 --enable-dht6=false --dht-file-path --http-auth-challenge --http-auth-challenge=false --peer-id-prefix --enable-mmap --enable-mmap=false --use-head --use-head=false --bt-require-crypto --bt-require-crypto=false --show-console-readout --show-console-readout=false --conf-path --log --no-proxy --dht-entry-point --dht-listen-port --http-user --retry-wait --on-download-complete --help --help=#basic --help=#advanced --help=#http --help=#https --help=#ftp --help=#metalink --help=#bittorrent --help=#cookie --help=#hook --help=#file --help=#rpc --help=#checksum --help=#experimental --help=#deprecated --help=#help --help=#all --max-overall-download-limit --event-poll --http-accept-gzip --http-accept-gzip=false --metalink-file --all-proxy --disk-cache --hash-check-only --hash-check-only=false --dht-listen-addr6 --human-readable --human-readable=false --ftp-user --all-proxy-passwd --bt-exclude-tracker --pause-metadata --pause-metadata=false --http-proxy-user --deferred-input --deferred-input=false --metalink-enable-unique-protocol --metalink-enable-unique-protocol=false --stop --max-upload-limit --multiple-interface --realtime-chunk-checksum --realtime-chunk-checksum=false --http-no-cache --http-no-cache=false --ca-certificate --bt-force-encryption --bt-force-encryption=false --bt-save-metadata --bt-save-metadata=false --seed-ratio --follow-torrent --pause --pause=false --checksum --auto-save-interval --async-dns --async-dns=false --bt-enable-lpd --bt-enable-lpd=false --parameterized-uri --parameterized-uri=false --ftp-proxy-passwd --enable-rpc --enable-rpc=false --min-split-size --bt-seed-unverified --bt-seed-unverified=false --input-file --interface --enable-async-dns6 --enable-async-dns6=false --reuse-uri --reuse-uri=false --bt-request-peer-speed-limit --on-download-error --bt-metadata-only --bt-metadata-only=false ' -- "$cur" ) )
|
|
;;
|
|
*)
|
|
_filedir '@(torrent|meta4|metalink|text|txt|list|lst)'
|
|
[ ${#COMPREPLY[@]} -eq 0 ] && _filedir
|
|
return 0
|
|
esac
|
|
return 0
|
|
}
|
|
complete -F _aria2c aria2c
|