-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
hey @Romachamp, what would be the trigger for this types of actions? |
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. |
@Romachamp What do you mean by rules? What does that mean in practice? |
@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? |
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. |
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!
The text was updated successfully, but these errors were encountered: