mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
wip: update windows channels to use bat
This commit is contained in:
parent
07ad8d760b
commit
43000ae697
@ -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]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user