repositorypackage
0.0.0-20220715182449-f978129bf61f
Repository: https://github.com/dimcz/dlog.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
dlog - docker logs viewer
Построен на базе программы Slit и использует теже самые терминальные возможности:
Key Bindings:
Search/Filters
/
- Forward search?
- Backsearchn
- Next matchN
- Previous matchCTRL + /
- Switch betweenCaseSensitive
search andRegEx
&
- Filter: intersect-
- Filter: exclude+
- Filter: union=
- Remove all filtersU
- Removes last filterC
- Stands for "Context", switches off/on all filters, helpful to get context of current line (which is the first line, at the top of the screen)
Navigation
f
,PageDown
,Space
,CTRL + F
- Page DownCTRL + D
- Half page downb
,PageUp
,CTRL + B
- Page UpCTRL + U
- Half page upg
,Home
- Go to first lineG
,End
- Go to last lineArrow down
,j
- Move one line downArrow up
,k
- Move one line upArrow left
,Arrow right
- Scroll between docker containers<
,>
- Precise horizontal scrolling, 1 character a time
Misc
K
- Keep N first characters(usually containing timestamp) when navigating horizontally Up/Down arrows during K-mode will adjust N of kept charsW
- Wrap/Unwrap linesq
,ESC
- quit
Search Modes
Both search and filters currently support the CaseSensitive
and RegEx
modes.
To switch between modes press CTRL + /
in search/filter input.
Highlighting
`
- (Backtick) Mark top line for highlighting (i.e will be shown no matter what are other filters)~
- Highlight filter. I.e search and highlight everything that matchesh
- Move to next highlighted lineH
- Move to previous highlighted linectrl+h
- Remove all highlights=
- Removes only filters, does not remove highlights via~