Skip to content

Find today's logs and open them with your preferred tail.exe

Notifications You must be signed in to change notification settings

neutmute/TailTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TailTool

Find the most recent logs (usually today's logs) and open them with your preferred tail.exe

Usage:

  tailtool.exe
  -f=<log search path> 
  -a=<csv of anti words> Any fragments of these words will be ignored. useful for -a=trace to ignore trace files
  -x=<csv or filename patterns> A comma or semicolon separated list of filename patterns to match (eg. *.log,*.txt)
  -s Force all log files to be passed as a single argument to your tail tool (eg. if it supports files in tabs)
  -h, -?, --help

Default filename extension to match is *.log if not specified.

Set the path to your preferred tailer.exe by Environment variable.

[Environment]::SetEnvironmentVariable("Tailer.SearchPaths", "C:\ProgramData\chocolatey\bin\wintail.exe", "Machine")

or app.config

<add key="Tailer.SearchPaths" value="C:\ProgramData\chocolatey\bin\wintail.exe" />

About

Find today's logs and open them with your preferred tail.exe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published