From 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:01:36 +0200 Subject: Adding upstream version 0.11.2. Signed-off-by: Daniel Baumann --- src/formats/tcsh_history.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/formats/tcsh_history.json (limited to 'src/formats/tcsh_history.json') diff --git a/src/formats/tcsh_history.json b/src/formats/tcsh_history.json new file mode 100644 index 0000000..86f7cbd --- /dev/null +++ b/src/formats/tcsh_history.json @@ -0,0 +1,18 @@ +{ + "$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": "^#(?\\+\\d+)\\n?(?.*)?$" + } + }, + "sample": [ + { + "line": "#+1375138067\necho HELLO=BAR" + } + ] + } +} \ No newline at end of file -- cgit v1.2.3