We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I found xcp useful because it respects .gitignore. I'm using it to copy a repo without build artifacts.
.gitignore
After the initial copy, since the target directory exists it will then copy to a subdirectory.
I'd like to have a feature that treats the target dir as a file, like -T in cp. https://stackoverflow.com/questions/23698183/how-to-force-cp-to-overwrite-directory-instead-of-creating-another-one-inside
-T
cp
If this feature is acceptable, I'm happy to make a PR for it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
I found xcp useful because it respects
.gitignore
. I'm using it to copy a repo without build artifacts.After the initial copy, since the target directory exists it will then copy to a subdirectory.
I'd like to have a feature that treats the target dir as a file, like
-T
incp
. https://stackoverflow.com/questions/23698183/how-to-force-cp-to-overwrite-directory-instead-of-creating-another-one-insideIf this feature is acceptable, I'm happy to make a PR for it.
The text was updated successfully, but these errors were encountered: