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] Automating moving/renaming/creating/deleting files and folders #556

Open
Romachamp opened this issue Aug 9, 2024 · 5 comments

Comments

@Romachamp
Copy link

Hello, I would like to see possibilities in the app for automating moving/renaming/creating/deleting files and folders for organizing them. Also, it would fit well with the existing open folder feature. Also, this kind of features can be extended as it is done in the Hazel app.

Please, consider adding this feature.

Thank you, in advance!

@Romachamp Romachamp changed the title [FEATURE] Auomating moving/renaming/creating/deleting files and folders [FEATURE] Automating moving/renaming/creating/deleting files and folders Aug 9, 2024
@zenangst
Copy link
Owner

hey @Romachamp, what would be the trigger for this types of actions?
Or would you like them as commands? Unsure how I would go about implementing this without a lot of work and some (if not all) might be possible with some shell scripting today. Hence why I was curious about what would trigger the move/rename/creating and deleting of files.

@Romachamp
Copy link
Author

I would want them just like commands. Triggers could be either rules like in hazel or opening folders, which you already have. Sure, it will require some work, but, in my opinion, it is core in the automation apps like this one.

@zenangst
Copy link
Owner

@Romachamp What do you mean by rules? What does that mean in practice?
I'm unfamiliar with Hazel

@zenangst
Copy link
Owner

@Romachamp Oh, I see... what you are asking for (when it comes to triggers) is file system event monitoring. So when you add a file to a watched folder, a set of commands should run?

@Romachamp
Copy link
Author

Yes, exactly. But in your case, it could be even better, because you also have triggers for opening app windows/finder windows, which could be used as well.

By rules, I meant something like If a file extension is .zip, then action(move/delete) or if file size is more than 500MB, then action(move/delete), etc.

This is a feature, I really like in such apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants