Skip to content

mah1s/termprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermProbe

TermProbe allows to filter, search and plot data on terminal in real time.

TermProbe is written in Go. It is based on termui which is built on top of termbox-go.

Run

Describe which file to monitor and regex pattern to match in data through config.yml file.

Rename sample-config.yml to config.yml and make necessary configuration changes for plotting.

To run,

go run .

This is a work in progress project at the moment.