wip: update windows channels to use bat

This commit is contained in:
Alexandre Pasmantier 2025-05-05 19:49:28 +02:00
parent 07ad8d760b
commit 43000ae697

View File

@ -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]]