Command-line usage
Marta comes with a command-line launcher, which can simplify your workflow if you often switch between the terminal application and a file manager.
Here are a couple of examples:
marta .
to open the current directory in Marta;marta some ~/other
to open two different directories (./some
and/Users/<name>/other
) side by side.
Setting Up the Terminal Integration
The terminal integration is not configured by default. Here is how you can enable it:
- Make sure you have installed Marta in the Applications folder.
- Add a symbolic link called
marta
which links to the Marta launcher:ln -s /Applications/Marta.app/Contents/Resources/launcher /usr/local/bin/marta
Additional options
Currently, Marta launcher supports two options:
--existing-tab
– open the folder in the existing tab (instead of creating a new one);--new-window
– open the folder in the new window.