You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/formats/tcsh_history.json

18 lines
472 B
JSON

{
"$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"
}
]
}
}