Xshell Highlight Sets //free\\ Guide
Highlight Sets allow you to automatically emphasize specific text in your terminal using colors or font styles. This is particularly useful for tracking errors, status codes, or specific keywords across active sessions. Key Features Keyword Tracking
FAILED|ERRORin red.PASSED|OKin green.LINK|COMPILEin blue.warning:in orange.
1. Highlighting Entire Lines Based on a Keyword
By default, Xshell highlights only the matching word. To highlight the whole line, use ^.* before and after your keyword.
^.*ERROR.*$ – This will color the entire line red if it contains "ERROR". xshell highlight sets
Access Settings: Navigate to the Tools menu and select Terminal Highlight Sets. Highlight Sets allow you to automatically emphasize specific
: Use regex to highlight phone numbers, email addresses, or specific IP patterns within terminal streams. netsarang.atlassian.net regular expressions for common logs like IP addresses or dates? How do I create syntax highlighting for exact matches? FAILED|ERROR in red
- Keyword: The specific text string or regular expression pattern to match.
- Style: The visual formatting applied to the matched text. This includes:
Step-by-Step: Creating Your First Highlight Set
Let's walk through creating a practical highlight set from scratch.
You can access these settings directly through the Official Xshell User Guide or by following these steps within the application: