I was able to create a simple user-defined command to copy a file to an alias folder.
COPY TO={alias}
But as happy I was to get started I quickly got lost.
How can I create a function to move a file to an alias? The following gives me a "Windows cannot find 'MOVE' warning
MOVE File={alias}
I also want to create a command to extract a myarchive.zip to a folder "myarchive" in the same directory.
I also tried to use the WSL script function, but then it always pops open a console window (which is super annoying). Can you execute commands without opening an external window?
Thank you for your response. The unzip functionality works great
The move function (and my copy function that I mentioned) doesn't copy or move the file to the alias, but to the other tab. So if I execute the command via the command prompt
`>mo /myalias
it doesn't move the file to /myalias, but to the other tab. I guess my use of alias is wrong.
That's what I'm trying to do. Here below an image with a selected file and the command that I'm executing. The file just moves to the other lister instead of the downloads folder
That won't work because you have defined the alias. There are loads of aliases on your system so you need to tell Opus which one to copy/move to. To copy or move selected files to your downloads folder you need a command like COPY MOVE TO=/downloads or COPY TO=/downloads
You can find all your aliases here: Preferences / Favorites and Recent / Folder Aliases
That's correct Leo. The goal was to have a short command to move a file to a certain alias. In fact, with the solution you can use aliasses as well as normal paths.