[ 
https://issues.apache.org/jira/browse/METRON-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508417#comment-15508417
 ] 

ASF GitHub Bot commented on METRON-438:
---------------------------------------

GitHub user cestella opened a pull request:

    https://github.com/apache/incubator-metron/pull/265

    METRON-438: Back the Stellar REPL with a readline implementation

    The REPL as it currently stands is great, but it could be closer in-line 
with the more popular REPL's by being backed by a readline implementation.
    Specifically, we should:
    * add variable assignment
    * add loading a JSON document with variables from disk
    * add the ability to do reverse searches in the history
    * add the ability to use the arrow keys to recover previous inputs
    * add the ability to adjust input via ~/.inputrc
    * add autocomplete for function names and variable names

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cestella/incubator-metron REPL_Extended

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/265.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #265
    
----
commit 4581b769c31c487d1b4469eb514a1bc96560b175
Author: cstella <ceste...@gmail.com>
Date:   2016-09-21T01:55:32Z

    Stellar REPL

----


> Back the Stellar REPL with a readline implementation
> ----------------------------------------------------
>
>                 Key: METRON-438
>                 URL: https://issues.apache.org/jira/browse/METRON-438
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Casey Stella
>            Assignee: Casey Stella
>   Original Estimate: 2.5h
>  Remaining Estimate: 2.5h
>
> The REPL as it currently stands is great, but it could be closer in-line with 
> the more popular REPL's by being backed by a readline implementation.
> Specifically, we should:
> * add variable assignment
> * add the ability to do reverse searches in the history
> * add the ability to use the arrow keys to recover previous inputs
> * add the ability to adjust input via ~/.inputrc
> * add autocomplete for function names and variable names



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to