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

[FEATURE] Exclude Files and Folders #80

Closed
lee13se opened this issue Jun 1, 2022 · 1 comment · Fixed by #131
Closed

[FEATURE] Exclude Files and Folders #80

lee13se opened this issue Jun 1, 2022 · 1 comment · Fixed by #131
Assignees
Labels
new feature New feature or request
Milestone

Comments

@lee13se
Copy link

lee13se commented Jun 1, 2022

Use case
As a user, I want to excluded certain directories and files from download based on their name. This would allow excluding ".Trash" and ".Spotlight" folders. Other users might have interest in excluding files/folder with other patterns, such as all PDF files.

Describe the solution you'd like
It the config files allows adding directories that will be included in the download; I think there should be a filter tag to exclude folders and files that match a pattern (such as file or folder name starts with "." or ends with ".pdf") using the wildcard *

example YMAL code:

file_exclude:
 -  ".*"
 - "*.pdf"
@lee13se lee13se changed the title [FEATURE] Exclude Files and Folders Jun 1, 2022
@github-actions
Copy link

github-actions bot commented Jul 2, 2022

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jul 2, 2022
@github-actions github-actions bot closed this as completed Jul 7, 2022
@mandarons mandarons reopened this Jul 8, 2022
@mandarons mandarons added this to the Future milestone Jul 18, 2022
@mandarons mandarons added new feature New feature or request and removed Stale labels Jul 20, 2022
@mandarons mandarons changed the title Exclude Files and Folders [FEATURE] Exclude Files and Folders Jan 9, 2023
@mandarons mandarons linked a pull request Mar 16, 2023 that will close this issue
@mandarons mandarons modified the milestones: next-gen, 1.14.0 Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants