acidjazz / tailol

tail multiple files at once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tailol

tail multiple files at once

npm version GitHub issues GitHub license

installation

npm install -g tailol

usage

 tailol file1 file2 file3

keyboard commands

  • ENTER key shows the line in its entirety in its own window
  • TAB key cycles each log window
  • UP and DOWN arrow keys highlight each line
  • LEFT and RIGHT arrow keys scroll lines that are too long
  • $ and ^ will take you immediately to the end and beginning of a line
  • SPACEBAR jumps 10 characters to the right of a line that is too long
  • m toggle maximization of the focused window

About

tail multiple files at once

License:Apache License 2.0


Languages

Language:JavaScript 51.3%Language:CoffeeScript 47.2%Language:Shell 1.5%