Skip to content

Log file viewer like 'tail -f' but with some other feature

Notifications You must be signed in to change notification settings

Syracusa/viewlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viewlog

  • It's like a GNU tail with -f option but...
    • Able to stop/restart
    • Can easily change target file.

Build

mkdir build && cd build
cmake ..
make

Usage

  • ./viewlog
  • Press 'R' to stop/restart
  • Press '`' to change input mode and type filepath to change target file

Test

  • Write dummy log periodically
    • ./dummy {filename(default = /tmp/viewlog/test1.log)}

About

Log file viewer like 'tail -f' but with some other feature

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published