Multitail: Difference between revisions
iwu |
|||
Line 11: | Line 11: | ||
= Keyboard shortcuts = | = Keyboard shortcuts = | ||
<code>/</code> - Search in all windows | <code>/</code> - Search in all windows | ||
<code>Shift + /</code> - Search and highlight in all windows | <code>Shift + /</code> - Search and highlight in all windows | ||
<code>I</code> - Toggle case sensitivity for searches | |||
<code>b</code> - Scroll back | <code>b</code> - Scroll back | ||
<code>B</code> - Scroll back in all windows merged into one window | <code>B</code> - Scroll back in all windows merged into one window | ||
<code>a</code> - add a new window or add another file/program to an existing window | <code>a</code> - add a new window or add another file/program to an existing window | ||
Line 49: | Line 47: | ||
<code>y</code> - Set linewrap | <code>y</code> - Set linewrap | ||
<code>T</code> - Truncate a logfile | <code>T</code> - Truncate a logfile | ||
Line 65: | Line 59: | ||
<code>t</code> - Statistics | <code>t</code> - Statistics | ||
<code>o</code> - Wipe (clear) a window | |||
<code>O</code> - Wipe all windows | |||
<code>j</code> - Set window sizes | <code>j</code> - Set window sizes | ||
Line 87: | Line 85: | ||
<code>P</code> - (un-)pause one window | <code>P</code> - (un-)pause one window | ||
<code>q</code> - Quit |
Revision as of 15:51, 10 November 2019
For viewing multiple logs at the same time, install multitail.
Phrasebook
Viewing all logs in one file
$ multitail --mergeall *.log
Keyboard shortcuts
/
- Search in all windows
Shift + /
- Search and highlight in all windows
I
- Toggle case sensitivity for searches
b
- Scroll back
B
- Scroll back in all windows merged into one window
a
- add a new window or add another file/program to an existing window
d
- Delete a window (or a file/program from a window)
s
- Swap the location of 2 windows
e
- Enter/edit regular expressions
f
- Enter/edit in line filter regexps
c
- Set/change colors
v
- Toggle vertical split
0...9
- Set a mark in a window so that you can easily see what has changed since the last time you looked
R
- Restart a window
Ctrl + v
- Select conversion scheme(s)
Ctrl + t
- toggle subwindow before lines
Y
- Send a signal to a window (for commands)
y
- Set linewrap
T
- Truncate a logfile
g
- Make screendump
r
- Redraw screen
l
- List keybindings
i
- Info
t
- Statistics
o
- Wipe (clear) a window
O
- Wipe all windows
j
- Set window sizes
z
- Hide/unhide a window
u
- Hide all windows but the one selected
U
- Unhide all windows
w
- Write a script which starts multitail with the current settings (the files that are monitored, regular expressions, etc.)
n
- Clear the buffer of a window
N
- Clear all buffers of all windows
m
- Set the size of a buffer
k
- Enter a (limited) terminal-mode
p
- Pause all windows
P
- (un-)pause one window
q
- Quit