scp.fish (fish-3.5.0.tar.xz) | : | scp.fish (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
# | # | |||
# Get the list of remote files from the scp target. | # Get the list of remote files from the scp target. | |||
complete -c scp -d "Remote Path" -f -n "commandline -ct | string match -e ':'" - a " | complete -c scp -d "Remote Path" -f -n "commandline -ct | string match -e ':'" - a " | |||
(__scp_remote_target):( \ | (__scp_remote_target):( \ | |||
command ssh (__scp2ssh_port_number) -o 'BatchMode yes' (__scp_remote_tar get) ls\ -dp\ (__scp_remote_path_prefix | string unescape)\* 2>/dev/null | | command ssh (__scp2ssh_port_number) -o 'BatchMode yes' (__scp_remote_tar get) ls\ -dp\ (__scp_remote_path_prefix | string unescape)\* 2>/dev/null | | |||
string escape -n | string escape -n | |||
) | ) | |||
" | " | |||
complete -c scp -s 3 -d "Copies between two remote hosts are transferred through the local host" | complete -c scp -s 3 -d "Copies between two remote hosts are transferred through the local host" | |||
complete -c scp -s B -d "Batch mode" | complete -c scp -s B -d "Batch mode" | |||
complete -c scp -s D -x -d "Connect directly to a local SFTP server" | ||||
complete -c scp -s l -x -d "Bandwidth limit" | complete -c scp -s l -x -d "Bandwidth limit" | |||
complete -c scp -s O -d "Use original SCP protocol instead of SFTP" | ||||
complete -c scp -s P -x -d Port | complete -c scp -s P -x -d Port | |||
complete -c scp -s p -d "Preserves modification times, access times, and modes f rom the original file" | complete -c scp -s p -d "Preserves modification times, access times, and modes f rom the original file" | |||
complete -c scp -s R -d "Copies between two remote hosts are performed by execut ing scp on the origin host" | ||||
complete -c scp -s r -d "Recursively copy" | complete -c scp -s r -d "Recursively copy" | |||
complete -c scp -s S -d "Encryption program" | complete -c scp -s S -d "Encryption program" | |||
complete -c scp -s T -d "Disable strict filename checking" | complete -c scp -s T -d "Disable strict filename checking" | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |