From 6a11627546372574ef8cb9f7dd57ef0c7d5f5d17 Mon Sep 17 00:00:00 2001 From: alexandre pasmantier Date: Fri, 18 Jul 2025 01:09:42 +0200 Subject: [PATCH] fix: text channel colon splitting Fixes #651 --- cable/unix/text.toml | 3 +-- cable/windows/text.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cable/unix/text.toml b/cable/unix/text.toml index 8d51f6e..2cdd3e0 100644 --- a/cable/unix/text.toml +++ b/cable/unix/text.toml @@ -5,7 +5,7 @@ requirements = ["rg", "bat"] [source] command = "rg . --no-heading --line-number" -display = "[{split:\\::..2}]\t{split:\\::2}" +display = "[{split:\\::..2}]\t{split:\\::2..}" output = "{split:\\::..2}" [preview] @@ -15,4 +15,3 @@ offset = '{split:\::1}' [ui] preview_panel = { header = '{split:\::..2}' } - diff --git a/cable/windows/text.toml b/cable/windows/text.toml index 8f0c390..2d7e3c0 100644 --- a/cable/windows/text.toml +++ b/cable/windows/text.toml @@ -5,7 +5,7 @@ requirements = ["rg", "bat"] [source] command = "rg . --no-heading --line-number" -display = "[{split:\\::..2}]\t{split:\\::2}" +display = "[{split:\\::..2}]\t{split:\\::2..}" output = "{split:\\::..2}" [preview] @@ -15,4 +15,3 @@ offset = '{split:\::1}' [ui] preview_panel = { header = '{split:\::..2}' } -