Jump to content

Move Selected files/folders to a folder using keyword


Recommended Posts

Hi,

 

I can move selected files and folders in finder using alfred using a hotkey, using a script such as:

mv -n "$@" "/Users/user/Downloads/Graphic Templates/"

 

but would prefer to do it using keywords. 

eg.

mv graph --> /Users/user/Downloads/Graphic Templates/

mv docs ---> /Users/user/Documents/Temp/Documents/

mv misc --->  /Users/user/Dropbox/Misc/

 

Can anyone share the best way to go about this? The search I've done links to workflows that are no longer available online.

 

Thanks!

 

 

Edited by RandmTask
Link to comment
  • RandmTask changed the title to Move Selected files/folders to a folder using keyword

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...