toolong icon indicating copy to clipboard operation
toolong copied to clipboard

A terminal application to view, tail, merge, and search log files (plus JSONL).

Results 17 toolong issues
Sort by recently updated
recently updated
newest added

### Add Support for EVTX Files **Feature Request:** Implement EVTX file support in `toolong` for importing, and reading Windows Event Viewer logs. **Why This Matters:** - **Relevance:** EVTX is a...

In my opinion, JSON logs are not meant to be read as such by human eye, as one line can carry a lot of information. To really be useful in...

Would be great to be able to fold / unfold sections of json files in similar way as vscode does it. Here's an example of folded section at line 2:

### Problem A number in a log message can be mistaken for a timestamp, which will mess up log merging behavior. ### How to reproduce Load the following log snippet...

### Description When viewing a syslog file, the timestamp reports as the year 1900. ### How to reproduce Open a syslog file that has lines like: ``` Feb 11 20:44:26...

### Description When opening a file that is then truncated, the program crashes with a SIGBUS. ### Platform MacOS 14.3 tl v1.0.0 ### How to reproduce The easiest way is...