From 43000ae697532e8594e517869f774c410974ba89 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Mon, 5 May 2025 19:49:28 +0200 Subject: [PATCH] wip: update windows channels to use bat --- cable/windows-channels.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cable/windows-channels.toml b/cable/windows-channels.toml index cb512f4..b319878 100644 --- a/cable/windows-channels.toml +++ b/cable/windows-channels.toml @@ -2,7 +2,7 @@ [[cable_channel]] name = "files" source_command = "Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName" -preview_command = ":files:" +preview_command = "bat -n --color=always {0}" # Directories [[cable_channel]] @@ -56,7 +56,7 @@ preview_command = "docker image inspect {0} | jq -C" [[cable_channel]] name = "my-dotfiles" source_command = "Get-ChildItem -Recurse -File -Path \"$env:USERPROFILE\\AppData\\Roaming\\\"" -preview_command = ":files:" +preview_command = "bat -n --color=always {0}" # Shell history [[cable_channel]]