feat: log colorization, auto mouse toggling, external pager, and Korean keyboard support - #811
Open
hunchulchoi wants to merge 12 commits into
Open
feat: log colorization, auto mouse toggling, external pager, and Korean keyboard support#811hunchulchoi wants to merge 12 commits into
hunchulchoi wants to merge 12 commits into
Conversation
…e when launching external pager
Personal fork config template for external log viewer (lnav). Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces several quality-of-life enhancements for container logs visibility, copying workflows, external pager integration, and layout compatibility.
Key Changes
Rule-Based Log Highlighting:
ColoriseLoginpkg/utils/logs.goto colorize common log levels (INFO,WARN,ERROR,DEBUG) and ISO timestamps using ANSI colors.stderroutput in bold ANSI red to differentiate it fromstdoutstream data.Auto Mouse Capture Toggling (Drag to Copy):
gocui.Screen.DisableMouse()) so users can immediately drag and select text for native copying.Mouse: OFF (Drag to copy)).External Pager Integration (
lKey):lkey inside logs, containers, and services views to suspend the TUI and launch an external log viewer/pager (defined inconfig.ymlvialogs.pager, defaultless -R).Korean Keyboard Layout Support:
ㄴtosandㄴ+ Shift toS/ Start) to ensure the application works seamlessly when the IME is set to Korean.Testing
pkg/utils/logs_test.go.pkg/gui/keybindings_test.go.