Reply::Plugin::Nopaste - command to nopaste a transcript of the current session
Contents
Copyright And License
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
perl v5.34.0 2022-06-17 Reply::Plugin::Nopaste(3pm)
Description
This plugin provides a "#nopaste" command, which will use App::Nopaste to nopaste a transcript of the
current Reply session. The "service" option can be used to choose an alternate service to use, rather
than using the one that App::Nopaste chooses on its own. If arguments are passed to the "#nopaste"
command, they will be used as the title of the paste.
Note that this plugin should be loaded early in your configuration file, in order to ensure that it sees
all modifications to the result (due to plugins like [DataDump], etc).
Name
Reply::Plugin::Nopaste - command to nopaste a transcript of the current session
Synopsis
; .replyrc
[Nopaste]
service = Gist
Version
version 0.42
