Skip to content

lonski/profanity-copy-message-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Copy message to clipboard

Profanity plugin for copying messages to clipboard.

Installation

Install pyperclip python module:

pip install pyperclip

Download copy-msg.py and install it in profanity console:

/plugins install <path to copy-msg.py>
/plugins load copy-msg.py

Usage

Synopsis

/copy
/copy <message index>

Arguments

message_index : Defines which message to copy (if not the latest)

Examples

Copy the latest message:

/copy

Copy one before last message:

/copy -1

About

Copying messages to clipboard. A plugin for Profanity XMPP client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages