Replies: 1 comment 1 reply
-
You probably want [source]
command = "fd -t f" # where 'fd' is aliased to something else
interacive = true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey.
I recently upgraded to latest television (0.12) on Ubuntu (I was on 0.8)
When running
television files
I got info about missing binaries "td" and "bat".On Ubuntu those packages are available under "tdfind" and "batcat".
I set aliases for those commands, like "alias td='tdfind'" in my .bashrc but those are not picked up by television.
I workaround it by changing channel "file.toml" to have tdfind and batcat, but I'm wondering if somehow it's possible to television to pick up my alisases.
I guess this would ease Ubuntu folks with televsion usage.
Do you have any insights?
Beta Was this translation helpful? Give feedback.
All reactions