super timeline
drop several heterogeneous exports — logs, csv/tsv, json/jsonl, syslog, browser history — and get one merged, correlated timeline you can filter, brush by time window, and search. every byte is parsed in this tab; nothing uploads, nothing is fetched. timestamps are normalized best-effort: anything read straight off the source is marked parsed, anything that required an assumption (a naive datetime, a yearless syslog line) is marked inferred, and rows with no recognisable time are surfaced honestly as no-timestamp rather than guessed.
best-effort parsing of common export formats; verify against source. local-only, no upload.
drop several exports here, or click to choose
csv · tsv · json · jsonl · syslog · browser history — multiple files at once. parsed in this tab; nothing uploads.
what it understands
- csv / tsv — detects a timestamp column by header name and value parse; pulls an actor + a readable detail.
- json arrays & jsonl — one object per record; finds the timestamp field even when it is named
@timestamp,ts,created_at, … - syslog / plain logs — RFC3164 (
Oct 11 22:14:15) and ISO-8601 line leads; yearless lines are marked inferred. - browser history — url + title + visit-time exports (csv or json), including WebKit/Chrome microsecond timestamps.