Skip to content

moemoechu/tabby-highlight

Repository files navigation

中文

Tabby Highlight Plugin

Tabby terminal keyword highlight plugin based on Xterm control sequence.

Features

Highlight Method

  • Highlight keyword based on Xterm control sequence.
  • Highlight keyword based on xterm.js decorator.

Highlight Parameter

  • Support highlight background and foreground color.
  • Support background and foreground highlight switch separately.
  • Support more style (bold, italic, underline).
  • Support true color.

Advanced Feature

  • RegExp keywords ready.
  • RegExp verification.
  • Select the specified RegExp match group.
  • Programable(javascript) keyword match.(Not safe)
  • Priority adjustment.
  • Per keyword case sensitive switch.
  • Profile manager.
  • Keywords import and export.
  • Compatible with white themes.
  • Tab context menu fast switch highlight profile.
  • Keywords replace(i.e Error:xxx -> 出错啦:xxx)
  • Per session/group/type highlight profile.

Others

  • Settings UI support English and Chinese.
  • Tested on Windows and MacOS with Tabby version 1.0.205.

Usage

Install

To install, use Tabby builtin plugin manager.

Reorder

Drag the ON switch will make the keyword draggable.

Priority

Keyword on top get high priority.

Per session/group/type Profile

The profile selection order is session > group > type > global.

Replace

This feature is just for FUN, the replace rule only affect content displayed, does not change the real content.

The input string will be proceed from the top pattern to the end pattern.

Warning

Use carefully with RegExp, complex RegExp will cause performance issue and may make the terminal output in chaos.

Be careful when importing external setting files. This plugin does not do vulnerability scanning.

There some issue at upgrade 1.0 to 2.0, please clear the plugin config when you upgrade 1.0 to 2.0, fresh install is not affect.

Screenshot

Keyword Setting

Keyword Setting

Per Profile Setting

Per Profile Setting

Keyword Style Setting

Keyword Style Setting

Regexp Verify

Regexp Verify

Context Menu

Context Menu

Highlight Test

Highlight Test

Replace Setting

Replace Setting

Replace Test

Replace Test Replace Test2

Changelog

  • 2.2.0: Add support disable highlight/replace in alternate screen.
  • 2.1.0: Support realtime profile changed.
  • 2.0.0: Completely refactor.
  • 1.7.0: Add tab context menu for fast profile switch.
  • 1.6.0: Add replace.
  • 1.5.0: Add Per session/group/type Profile.
  • 1.4.0: Add profile manager.
  • 1.3.0: Add highlight keywords import and export.
  • 1.2.5: Refactor match method, now the highlight will work well even if set a keyword regexp .(single dot).
  • 1.2.4: Compatible with white themes.
  • 1.2.3: Support per keyword case sensitive switch.
  • 1.2.2: Refactor style setting UI.
  • 1.2.1: Support more style (bold, italic, underline).
  • 1.2.0: Support Regexp verify.
  • 1.1.0: Refactor highlight method, fix nest keyword match, possible downgrade performance(> <).
  • 1.0.8: Support keywords priority adjustment.
  • 1.0.7: Support background and foreground highlight switch separately.
  • 1.0.6: Add error logs.
  • 1.0.5: Support case sensitive switch.
  • 1.0.4: Small improvements.
  • 1.0.3: Fix bugs.
  • 1.0.2: Add RegExp support.
  • 1.0.1: Add foreground support.
  • 1.0.0: Initial version.

About

Tabby Highlight Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published