Skip to content

grantbacon/weechat-xfer-scp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weechat-xfer-scp

A Weechat plugin for moving files obtained through DCC to an offsite location using SCP. Optionally you can remove the files after they've been successfully sent.

Commands

Use /xfer_scp to see available commands

Configuration

Type /set plugins.var.python.xfer_scp.* to see configuration settings.

NOTE: The variable plugins.var.python.xfer_scp.patternlist is managed by the commands, and only used as a persisted storage. Avoid setting this variable on your own and use the provided commands.

Usage

  1. Configure your SCP settings
  2. Define patterns and corresponding directories using /xfer_scp add <regexp> <remote_dir>
  3. Recieve a file and it will be sent via SCP if it matches a defined regular expression

Roadmap

* Allow files to be deleted after being sent
* Find a better way to persist pattern sets
* Default operation for non-matching files
* Command completion
* Buffer showing scp progress

About

Weechat plugin to scp files to a remote server after completion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages