You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/04/22 14:58:00 UTC

[jira] [Closed] (TINKERPOP-2357) Add a command to clear the Gremlin Console screen

     [ https://issues.apache.org/jira/browse/TINKERPOP-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Mallette closed TINKERPOP-2357.
---------------------------------------
    Fix Version/s: 3.4.7
                   3.5.0
       Resolution: Done

> Add a command to clear the Gremlin Console screen
> -------------------------------------------------
>
>                 Key: TINKERPOP-2357
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2357
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 3.3.10
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Minor
>             Fix For: 3.5.0, 3.4.7
>
>
> Folks constantly try to use {{:clear}} to "clear the terminal" in Gremlin Console and there does not appear to be a nice way to do this across platforms. A recent post on Gremlin Users from [~krlawrence] here:
> https://groups.google.com/d/msg/gremlin-users/BQfqEHmoG7E/wp7LVA1-CAAJ
> that demonstrated that you can just send:
> {code}
> println("\033[H\033[2J")
> {code}
> made me think that it would be really easy to wrap that up in a command called {{:cls}} or shorthanded {{:C}} (since {{:clear}} is already taken). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)