Skip to content

A simple program to watch log files changes on terminal using go channels.

Notifications You must be signed in to change notification settings

Philipelima/log-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Log-watcher

go go


Just a simple program to watch every single change in a log file.


It requires: Go 1.20


How to Install it:


First of all, clone this repository to your machine:

  git clone https://github.com/Philipelima/log-watcher.git

After run the command:

  GOOS={os} GOARCH={arch} go build -o log-watcher

How to Use it:


In development mode, on the log-watcher dir:

  go run ./cmd {filepath}

After compile, on the application dir:
   ./log-watcher {filepath}

About

A simple program to watch log files changes on terminal using go channels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages