Scroll through logs?
See original GitHub issueHi, this tool is already so great. Thanks for your hard work!
This may already be possible so please feel free to close if so. Is it possible to scroll through the entire logs for a container? The view window is rather small and seems to be truncated by default which makes sense for the dashboard. However, having an option to view the full logs somehow would make this my number 1 docker tool.
We could have a button at the bottom that opens the full logs in a model similar to info
. Maybe it happens automatically if you press return twice quickly?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Displaying a "scrolling" log file - command line - Ask Ubuntu
Generally speaking + can be used to give "keyboard-commands" to less which it will execute upon startup. Using less for this has the...
Read more >Log watching using tail or less - Linux Commando
The tail command is fast and simple. But if you want more than just following a file (e.g., scrolling and searching), then less...
Read more >Tail & Scroll - LogViewPlus
Tail & Scroll Settings allow you to configure how a log file should be tailed. ... If the file is in tail mode,...
Read more >Looking at logs from bottom upwards - Unix Stack Exchange
I know about tail -n <number of lines> , but is there something that I can actually scroll and go from bottom up?...
Read more >Scrolling Up and Down in the Linux Terminal
In the Linux terminal, you can scroll up by page using the Shift + PageUp shortcut. And to scroll down in the terminal,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey there! I’m happy to take a swing at this issue. I’m still poking around the source code and may have some questions, but I think I can get something submitted for review here soon. 😃
Thanks for the kind words 😊
That’s a great idea! I was thinking we can have a
+
key binding that whether you are viewing the containers list or the logs it will expand them to full screen. We don’t need to open it as a new widget, just to re-layout the screen so that they take up the whole space.WDYT? Also, specifically using the
+
key you’d need to have 2 keystrokes (shift and=
) because=
is already bound to refresh the containers list. Maybe we can use-
instead if the 2 keystrokes are too much.