A collection of plugins for the Marta file manager.
| Plugin | Description | Documentation |
|---|---|---|
| Paste Text as File | Saves clipboard text as a .txt file while preserving Marta's native file-paste behavior. |
README |
Each plugin is stored in its own directory under plugins/. Install only the plugin files you need.
For the Paste Text as File plugin:
-
Download
paste-text-as-file.lua, or download and extractmarta-paste-text-as-file.zip. -
In Marta, press
Command+Shift+Pand run Open plugin directory. -
Copy
paste-text-as-file.luainto the openedPluginsdirectory. Its default path is:~/Library/Application Support/org.yanex.marta/Plugins/ -
Completely quit and reopen Marta.
-
Open Marta's action panel and run the action with this ID:
com.itiswwd.paste-text-as-file.create
See the plugin documentation for command-line installation, configuration, and optional Command+V binding instructions.
marta-plugins/
├── README.md
├── .gitignore
└── plugins/
└── paste-text-as-file/
├── paste-text-as-file.lua
├── test.lua
├── README.md
└── marta-paste-text-as-file.zip
Each plugin directory contains its source code, documentation, tests, and distributable package.
The plugins currently target:
- Marta 0.8.2
- Marta API 2.2
- Lua 5.4.7
Run a plugin's mock test from its directory with Lua 5.4:
lua test.lua