github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/core/management/history_doc.yaml (about) 1 - DocumentID: history 2 Title: >+ 3 `history` 4 CategoryID: commands 5 Summary: >- 6 Outputs murex's command history 7 Description: |- 8 Outputs _mutex_'s command history. 9 Usage: |- 10 ``` 11 history -> <stdout> 12 ``` 13 Examples: |- 14 ``` 15 ยป history 16 ... 17 { 18 "Index": 16782, 19 "DateTime": "2019-01-19T22:43:21.124273664Z", 20 "Block": "tout json ([\"a\", \"b\", \"c\"]) -\u003e len" 21 }, 22 { 23 "Index": 16783, 24 "DateTime": "2019-01-19T22:50:42.114986768Z", 25 "Block": "clear" 26 }, 27 { 28 "Index": 16784, 29 "DateTime": "2019-01-19T22:51:39.82077789Z", 30 "Block": "map { tout json ([\"key 1\", \"key 2\", \"key 3\"]) }" 31 }, 32 ... 33 ``` 34 Flags: 35 Detail: |- 36 The history file is typically located on disk in a file called `~/.murex.history`. 37 Synonyms: 38 Related: 39 - config 40 - runtime