Skip to content
New issue

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

Add support for sending directories #3

Closed
ruuda opened this issue Jul 19, 2024 · 0 comments · Fixed by #8
Closed

Add support for sending directories #3

ruuda opened this issue Jul 19, 2024 · 0 comments · Fixed by #8
Labels
bootcamp Good for newcomers help wanted Extra attention is needed

Comments

@ruuda
Copy link
Contributor

ruuda commented Jul 19, 2024

With #2 we can support transferring multiple files, but if you want to send a directory, you still need to manually enumerate the files, or let your shell expand a glob.

It would be nice to have a --recursive option to also send directories (or to just detect that a name is a directory and enumerate it). We can use the walkdir crate for that.

@ruuda ruuda added bootcamp Good for newcomers help wanted Extra attention is needed labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootcamp Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant