Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Marta Plugins

A collection of plugins for the Marta file manager.

Available Plugins

Plugin Description Documentation
Paste Text as File Saves clipboard text as a .txt file while preserving Marta's native file-paste behavior. README

Installation

Each plugin is stored in its own directory under plugins/. Install only the plugin files you need.

For the Paste Text as File plugin:

  1. Download paste-text-as-file.lua, or download and extract marta-paste-text-as-file.zip.

  2. In Marta, press Command+Shift+P and run Open plugin directory.

  3. Copy paste-text-as-file.lua into the opened Plugins directory. Its default path is:

    ~/Library/Application Support/org.yanex.marta/Plugins/
    
  4. Completely quit and reopen Marta.

  5. 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.

Repository Layout

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.

Development

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

About

A collection of plugins for the Marta file manager

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages