-
-
24 Aug 2016 02:21:49 UTC
- Distribution: Reply
- Module version: 0.42
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2734 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: mit
- Activity
24 month- Tools
- Download (28.05KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 12 contributors-
Jesse Luehrs
-
Arthur Axel 'fREW' Schmidt
-
Dagfinn Ilmari Mannsåker
-
John Barrett
-
Kosuke Asami
-
Michael Reddick
-
Sawyer X
-
Sergey Romanov
-
Shawn M Moore
-
Stanislaw Pusep
-
Toby Inkster
-
tokuhirom
- Dependencies
- Config::INI::Reader::Ordered
- Data::Dumper
- Devel::LexAlias
- Eval::Closure
- Exporter
- File::HomeDir
- File::Spec
- Getopt::Long
- Module::Runtime
- Package::Stash
- PadWalker
- Scalar::Util
- Term::ANSIColor
- Term::ReadLine
- Time::HiRes
- Try::Tiny
- base
- overload
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Reply::Plugin::Editor - command to edit the current line in a text editor
VERSION
version 0.42
SYNOPSIS
; .replyrc [Editor] editor = emacs
DESCRIPTION
This plugin provides the
#e
command. It will launch your editor, and allow you to edit bits of code in your editor, which will then be evaluated all at once. The text you entered will be saved, and restored the next time you enter the command. Alternatively, you can pass a filename to the#e
command, and the contents of that file will be preloaded instead.The
editor
option can be specified to provide a different editor to use, otherwise it will use the value of$ENV{VISUAL}
or$ENV{EDITOR}
.AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
Module Install Instructions
To install Reply, copy and paste the appropriate command in to your terminal.
cpanm Reply
perl -MCPAN -e shell install Reply
For more information on module installation, please visit the detailed CPAN module installation guide.