Dot_Files/.config/lnav/formats/default/tcsh_history.json.sample

18 lines
472 B
Plaintext
Raw Normal View History

2022-01-08 15:24:29 -06:00
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"tcsh_history": {
"title": "TCSH History",
"description": "The tcsh history file format.",
"convert-to-local-time": true,
"regex": {
"std": {
"pattern": "^#(?<timestamp>\\+\\d+)\\n?(?<body>.*)?$"
}
},
"sample": [
{
"line": "#+1375138067\necho HELLO=BAR"
}
]
}
}