summaryrefslogtreecommitdiffstats
path: root/src/formats/tcsh_history.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/formats/tcsh_history.json')
-rw-r--r--src/formats/tcsh_history.json18
1 files changed, 18 insertions, 0 deletions
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": "^#(?<timestamp>\\+\\d+)\\n?(?<body>.*)?$"
+ }
+ },
+ "sample": [
+ {
+ "line": "#+1375138067\necho HELLO=BAR"
+ }
+ ]
+ }
+} \ No newline at end of file