tailspin icon indicating copy to clipboard operation
tailspin copied to clipboard

🌀 A log file highlighter

Results 7 tailspin issues
Sort by recently updated
recently updated
newest added

it would be great when tailspin is able to handle log files in json format

enhancement

Hi, I'm interested in being able to use another pager than the default one, which is `less` currently. @TornaxO7 suggested minus in #95 and worked on an implementation with #100...

enhancement

### Discussed in https://github.com/bensadeh/tailspin/discussions/122 Originally posted by **4l1fe** February 24, 2024 I see no built-in way to colorize only `path` patrts of logs. I would like to parse stdout for...

enhancement

Expose the highlighting functionality of `tailspin` as a crate / library to enable easier integration with other Rust programs. See for example: https://github.com/bensadeh/tailspin/pull/116 and https://github.com/zifeo/whiz/pull/117

enhancement

Hi! May I ask what you think of trying out [minus](https://crates.io/crates/minus/) instead of `less`?

enhancement

Closes https://github.com/bensadeh/tailspin/issues/95 It's mostly done. I need to fix some bugs (like opening a huge file, somehow breaks the pager and takes a lot of time) and especially hope that...

Welcome to the rude world of character encoding: ``` ~ ❯ echo "é" | iconv -f utf8 -t latin1 | /tmp/tailspin/spin Error reading from stdin: stream did not contain valid...

bug