sepulchra Posted November 13, 2021 Share Posted November 13, 2021 Is there a dropbox workflow out there that allow interacting with dropbox commands while in alfred's file navigation. I am often searching my files within alfred, revealing in the finder and then right clicking to use the dropbox contextual menu to make a particular folder or item local via smart sync. I would love to search my files within alfred -- hit the right arrow and be able to to have a dbox "local" or "online only" file action. Thanks! Link to comment
sepulchra Posted November 13, 2021 Author Share Posted November 13, 2021 (edited) Well, I figured out a way to do this (sort of) by incorporating @vitor's right click script. I can't imagine this is the most efficient way to do this? Is there possibly another way to accomplish this without heading to the finder? From what I gather those dropbox menu commands are not scriptable. Edited November 13, 2021 by sepulchra Link to comment
vitor Posted November 13, 2021 Share Posted November 13, 2021 The alternative would be to use the Dropbox API, which might be more trouble than you deem worth. Link to comment
deanishe Posted November 13, 2021 Share Posted November 13, 2021 2 hours ago, sepulchra said: From what I gather those dropbox menu commands are not scriptable. They rarely are. Menus are designed for people with mice, not scripts. Simulating user interaction is typically a last resort. If you want to automate something, you should always look for an API first. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now