I am new to this app and it's hard to me to understand how to create some basic things.
I need to unzip a selected archive with Bandizip, close Bandizip and delete the initial archive after extraction.
And also the opposite action: archive the selected file with Bandizip and close Bandizip.
While it may sound boring, start with at least a skim of the manual. Have a look at the different triggers you can use to start your macro, the actions available, the tokens you can use in those actions, and get an idea of how all those things fit together.
Hopefully you've spotted the FinderSelection token, which you can use in an Open a File, Folder or Application action to open the Finder-selected zip in Bandizip. What happens then will depend on how Bandizip behaves -- if it auto-unzips the file to the same directory you don't need to do more for this step, otherwise you could drive Bandizip's interface using Select or Show a Menu Item actions. Then use Quit a Specific Application to Quit Bandizip. When you've finished you can use the Delete a File action, again with the FinderSelection token, to delete the old zip file.
Then you just need to decide how to trigger your action -- you could, for example, use an Hot Key trigger such as ⌃U.
You can use a similar process to write your zipping macro -- break it down into the steps you'd do manually then look for the actions to use and the tokens that provide "targets" for those actions.
Have a go and see how you get on. If you get stuck and can't find what you need in the manual then post your macro, as far as you've managed, and explain what your problem is.
I think I need to explain the nature of an issue I need to solve:
I am trying to use Commander One as a file manager and don't go to Finder at all. The problem is many of right-click menus, quick actions and some services are simply not available in Commander One. I don't know why and developer didn't give exact answer.
So now I have to:
Select file in Commander one
Execute Show in Finder command
Right click and choose Bandizip's Compress command
Close Finder window
Open Commander one
One of the problems is that KM can't operate right-click menu's command (at least I didn't find it) so I have created quite awkward macro looking like this:
Yes - have a look at this example. Make sure your mouse pointer is over a file or folder in Finder and then trigger the macro; it will perform the right-click and then activate the share submenu.
OK. No, but KM knows which file(s) is(are) selected in the Finder.
Have a look at the KM tokens %FinderSelection% and %FinderSelections%. They are documented here: token:FinderSelection [Keyboard Maestro Wiki]. They contain the path to the file(s) selected in the Finder.
This may not be useful depending on exactly you want to do with the file(s).
The only way I know how to do this is using KM Find Image On Screen action.
As an example, here's a bit of my Finder with a file selected. I would use the KM action to look for the highlighted area - basically the blue strip - and then move the mouse there