-
|
Is it possible to associate multiple channels to an unique command in shell integration inside the config file ? |
Beta Was this translation helpful? Give feedback.
Answered by
lalvarezt
May 2, 2025
Replies: 1 comment 1 reply
-
|
how would the system know which of the two source and preview commands to use? [[cable_channel]]
name = "files-dirs-hidden"
source_command = "fd --hidden"
preview_command = "[ -f {} ] && bat --number --color=always {} || eza --long --group-directories-first --all --tree --level 2 --color=always {}" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
C4n4m1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how would the system know which of the two source and preview commands to use?
Instead you could create a new channel that does both, for example