github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/commands/history.md (about)

     1  # `history`
     2  
     3  > Outputs murex's command history
     4  
     5  ## Description
     6  
     7  Outputs _mutex_'s command history.
     8  
     9  ## Usage
    10  
    11  ```
    12  history -> <stdout>
    13  ```
    14  
    15  ## Examples
    16  
    17  ```
    18  ยป history
    19  ...
    20  {
    21      "Index": 16782,
    22      "DateTime": "2019-01-19T22:43:21.124273664Z",
    23      "Block": "tout json ([\"a\", \"b\", \"c\"]) -\u003e len"
    24  },
    25  {
    26      "Index": 16783,
    27      "DateTime": "2019-01-19T22:50:42.114986768Z",
    28      "Block": "clear"
    29  },
    30  {
    31      "Index": 16784,
    32      "DateTime": "2019-01-19T22:51:39.82077789Z",
    33      "Block": "map { tout json ([\"key 1\", \"key 2\", \"key 3\"]) }"
    34  },
    35  ...
    36  ```
    37  
    38  ## Detail
    39  
    40  The history file is typically located on disk in a file called `~/.murex.history`.
    41  
    42  ## See Also
    43  
    44  * [`config`](../commands/config.md):
    45    Query or define Murex runtime settings
    46  * [`runtime`](../commands/runtime.md):
    47    Returns runtime information on the internal state of Murex
    48  
    49  <hr/>
    50  
    51  This document was generated from [builtins/core/management/history_doc.yaml](https://github.com/lmorg/murex/blob/master/builtins/core/management/history_doc.yaml).