summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin
Commit message (Expand)AuthorAgeFilesLines
* add method completionJesse Luehrs2013-06-271-0/+82
* add completion for globalsJesse Luehrs2013-06-271-0/+108
* better regexJesse Luehrs2013-06-271-1/+1
* this is no longer necessaryJesse Luehrs2013-06-271-2/+0
* update docsJesse Luehrs2013-06-274-17/+0
* clean up the publisher stuff some moreJesse Luehrs2013-06-274-10/+8
* pod coverageJesse Luehrs2013-06-272-0/+2
* don't complete keywords or packages if there's a sigilJesse Luehrs2013-06-272-2/+4
* make the current package go through the publisher tooJesse Luehrs2013-06-272-4/+12
* no idea what's going on hereJesse Luehrs2013-06-271-1/+2
* use the publisher for communicating the lexical environmentJesse Luehrs2013-06-274-44/+35
* turn this into a generic pub/sub mechanismJesse Luehrs2013-06-271-3/+3
* add a (sort of hacked together) plugin to tab complete lexicalsJesse Luehrs2013-06-271-0/+90
* allow trailing single colons tooJesse Luehrs2013-06-271-1/+1
* split out different completion typesJesse Luehrs2013-06-272-26/+47
* pod coverageJesse Luehrs2013-06-271-0/+5
* Let readline present all matches and iterate over themShawn M Moore2013-06-271-3/+8
* First pass of pulling Package::Names out of %INCShawn M Moore2013-06-271-0/+26
* First cut of Autocomplete: completes Perl keywordsShawn M Moore2013-06-271-0/+40
* Register the tab_handler with ReadLineShawn M Moore2013-06-271-0/+22
* support color on windows (aero)Jesse Luehrs2013-06-271-0/+6
* pod coverageJesse Luehrs2013-06-261-0/+9
* add a default command of #q for quitting the replJesse Luehrs2013-06-261-0/+24
* delete here tooJesse Luehrs2013-06-261-1/+1
* turn setting the current package into a parameterJesse Luehrs2013-06-262-9/+10
* use the new track_require functionality in the AutoRefresh pluginJesse Luehrs2013-06-251-1/+29
* dump nothing, not an empty string, if there is no result in DataDumperJesse Luehrs2013-06-241-1/+1
* this should happen before compilationJesse Luehrs2013-06-211-2/+2
* doc fixesJesse Luehrs2013-06-211-3/+4
* AutoRefresh pluginMichael Reddick2013-06-201-0/+29
* allow multiple independent lexical environmentsJesse Luehrs2013-06-082-2/+12
* dump multiple results with Data::Dumper in a better wayJesse Luehrs2013-06-081-1/+1
* better Data::Dumper configJesse Luehrs2013-06-081-0/+9
* make sure plugins can handle not going through read_lineJesse Luehrs2013-06-082-2/+8
* allow running single commands through the replJesse Luehrs2013-06-082-0/+5
* ensure the printer function is named properly (Charles Bailey)Jesse Luehrs2013-06-081-1/+1
* add Timer pluginArthur Axel 'fREW' Schmidt2013-06-061-0/+52
* added Reply::Plugin::DataPrinterStanislaw Pusep2013-06-041-0/+26
* stop using Lexical::Persistence entirelyJesse Luehrs2013-06-031-41/+8
* pod coverageJesse Luehrs2013-06-033-0/+15
* oops, undef is valid hereJesse Luehrs2013-06-031-1/+1
* start on some docsJesse Luehrs2013-06-0313-2/+212
* avoid writing the history file at all if nothing is to be savedJesse Luehrs2013-06-031-0/+2
* the #line stuff means that this doesn't have to be unreadable anymoreJesse Luehrs2013-06-033-3/+32
* actually print the nopaste urlJesse Luehrs2013-06-031-2/+2
* handle empty results in nopasteJesse Luehrs2013-06-031-1/+1
* fix undef resultsJesse Luehrs2013-05-311-0/+1
* add some configuration to a couple pluginsJesse Luehrs2013-05-316-14/+40
* display the variable it's stored in when using the result cacheJesse Luehrs2013-05-311-0/+7
* result cache pluginJesse Luehrs2013-05-311-0/+41