Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.58 KB

RepoM.Plugin.Clipboard.md

File metadata and controls

38 lines (27 loc) · 1.58 KB

Clipboard

This module provides a repository actions to copy specific (evaluated) text to the clipboard using the action provider type clipboard-copy.

To use this module, make sure it is enabled in RepoM by opening the menu and navigate to 'Plugins'. When enabling or disabling a plugin, you should restart RepoM.

Configuration

This module has no configuration.

clipboard-copy@1

This action makes it possible to copy text to the clipboard.

Action specific properties:

  • text: The text to copy to the clipboard. (required, evaluated, string)

Example:

repository-actions:
  actions:
  - type: clipboard-copy@1
    active: true
    variables: []
    name: Copy to clipboard
    text: ''

  - type: clipboard-copy@1
    name: Copy to clipboard
    text: ''

snippet source | anchor