- Notifications
You must be signed in to change notification settings - Fork0
A tail command for looking at data files in a terminal, now developed athttps://github.com/cogentcore/core/tree/main/tensor/cmd/ttail
License
emer/etail
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
IMPORTANT UPDATE:Cogent Core now has an improved version of etail in itsttail package. This version will not be further maintained or developed. The v1 version is still needed for the v1 version of emergent.
etail
is atail
command for looking at .csv / .tsv log / data files in a terminal window.
This is a Go rewrite of thepdptail
command written in perl, dating back to the PDP++ era.
This should install into your$GOPATH/bin
dir:
$ go get github.com/emer/etail
Just pass files as args, e.g., on the test files in this dir:
$ etail RA25*
This is shown when you pressh
in the app:
Key(s) | Function |
---|---|
spc,n | page down |
p | page up |
f | scroll right-hand panel to the right |
b | scroll right-hand panel to the left |
w | widen the left-hand panel of columns |
s | shrink the left-hand panel of columns |
t | toggle tail-mode (auto updating as file grows) on/off |
a | jump to top |
e | jump to end |
v | rotate down through the list of files (if not all displayed) |
u | rotate up through the list of files (if not all displayed) |
m | more minimum lines per file -- increase amount shown of each file |
l | less minimum lines per file -- decrease amount shown of each file |
d | toggle display of file names |
c | toggle display of column numbers instead of names |
q | quit |
About
A tail command for looking at data files in a terminal, now developed athttps://github.com/cogentcore/core/tree/main/tensor/cmd/ttail