# copy interactively
cpi() { sa__co_py_interactive "${@}"; }
sa__co_py_interactive() {
cp \
--interactive \
"${@}"
}