Path to this page:
./
misc/tailspin,
Log file highlighter
Branch: CURRENT,
Version: 2.2.0,
Package name: tailspin-2.2.0,
Maintainer: pinA log file highlighter.
tailspin works by reading through a log file line by line, running a series of
regexes against each line. The regexes recognize patterns like dates, numbers,
severity keywords and more.
tailspin does not make any assumptions on the format or position of the items
it wants to highlight. For this reason, it requires no configuration or setup
and will work predictably regardless of the format the log file is in.
Master sites:
Filesize: 3794.774 KB
Version history: (Expand)
- (2023-11-20) Updated to version: tailspin-2.2.0
- (2023-11-12) Updated to version: tailspin-2.1.0
- (2023-11-06) Updated to version: tailspin-2.0.0
- (2023-11-03) Package added to pkgsrc.se, version tailspin-1.6.1 (created)
CVS history: (Expand)
2023-11-20 12:27:18 by pin | Files touched by this commit (3) |  |
Log message:
misc/tailspin: update to 2.2.0
2.2.0
- Added flags for setting simple highlights on the fly, for example:
(tspin --words-red popcorn,movie)
- Properly flatten and merge keywords to improve regex performance
- Binaries are now added to the GitHub Release (Thanks @ecarrara and @supleed2)
- Added HEAD HTTP method to the REST keywords (Thanks @mkogan1)
- Fixed a bug where the message Failed to open file with less: Exit code 0
would show after exiting less
|
2023-11-12 18:01:14 by pin | Files touched by this commit (2) |  |
Log message:
misc/tailspin: update to 2.1.0
- Fixed a bug where opening empty files would hang forever
- Look for config file in USERPROFILE and $HOME instead of just $HOME
- Added flags for disabling builtin keywords
- Process names with dashes are now highlighted properly
- Better error messages when less is not found
|
2023-11-08 07:58:02 by pin | Files touched by this commit (1) |
Log message:
misc/tailspin
Adopt maintainer.
|
2023-11-06 10:23:15 by pin | Files touched by this commit (3) |  |
Log message:
misc/tailspin: update to 2.0.0
- Changed the binary name from spin to tspin
This is a symbolic release to settle on a new binary name with fewer conflicts.
Both tailspin and spin already exist as binaries in different systems and
distributions. tspin is a short and unique name that is unlikely to conflict
with other binaries.
|
2023-11-03 09:17:13 by pin | Files touched by this commit (6) |
Log message:
misc/tailspin: import package
A log file highlighter.
tailspin works by reading through a log file line by line, running a series of
regexes against each line. The regexes recognize patterns like dates, numbers,
severity keywords and more.
tailspin does not make any assumptions on the format or position of the items
it wants to highlight. For this reason, it requires no configuration or setup
and will work predictably regardless of the format the log file is in.
|