Currently, when I use Alfred to action the currently selected item in Finder (using Cmd-Opt-), and then selecting "Move to...", the only options that come up are "Desktop" and "Documents". Is there a way to add additional sources to this list or to navigate in this screen to move the file to a different location?
|
The screen you're referring to is Alfred's standard file system browser, which is described in Preferences -> Features -> File Navigation. A few useful keys for that screen are:
The complete description can be found in the preference window mentioned above, including a few customizable keys. |
|||||
|
|
I don't think there is any way to add more default destinations to Move To, so if the "go there yourself" approach that Ingmar suggested is not workable for you, another approach is to create a small extension as per http://help.alfredapp.com/extensions/ . I did this to create a "Move to Dropbox" command. It's just a small shell script, configured as an Action (so you can choose it after you've selected a file) and "Silent" (so you don't get a terminal window opening up), containing a "mv {query} ~/documents/dropbox" command. The benefit here is that if there is a destination you use all the time, you can avoid having to browser/search for it. I'm not saying you need to do this; it's just an optional approach. |
|||
|
|
|
you can just type in the folder name of the destination folder |
|||
|