UR Log Viewer is a small command line tool for viewing log files.
- View log files.
- Search for text in your log files.
- Flag lines that you want to make note of.
- Clone this repository.
- Run "make".
- Add to PATH.
To open a log file
urlogv logfile.log
While inside of URLogV, run the following user commands
:n //Example: n
:p //Example: p
:f <line_number> //Example: f 25
:rf <line_number> //Example: rf 25
:s <string_to_search> //Example: s API
:sc //Example: sc
:vr <from_line_number> <to_line_number> //Example: vr 125 135
:va //Example: va
:q //Example: q