summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/Interrupt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin/Interrupt.pm')
-rw-r--r--lib/Reply/Plugin/Interrupt.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/Interrupt.pm b/lib/Reply/Plugin/Interrupt.pm
index a5c2b37..1aab2b8 100644
--- a/lib/Reply/Plugin/Interrupt.pm
+++ b/lib/Reply/Plugin/Interrupt.pm
@@ -1,9 +1,22 @@
package Reply::Plugin::Interrupt;
use strict;
use warnings;
+# ABSTRACT: allows using Ctrl+C to interrupt long-running lines
use base 'Reply::Plugin';
+=head1 SYNOPSIS
+
+ ; .replyrc
+ [Interrupt]
+
+=head1 DESCRIPTION
+
+This plugin allows you to use Ctrl+C to interrupt long running commands without
+exiting the Reply shell entirely.
+
+=cut
+
sub compile {
my $self = shift;
my ($next, @args) = @_;