You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a function (in this case in fish) that takes some text and transforms it, echo-ing the result.
function foo --description "Does stuff"
// some stuff...
echo $something
return 0
end
How do I get a custom channel to use this function to transform the final output? This was reported (and closed) as fixed in #527 but it doesn’t seem to be implemented. The output param can only use transformations that are built in to television.
The other option would be to use an action but so far I haven’t been able to get that to work either.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a function (in this case in fish) that takes some text and transforms it, echo-ing the result.
How do I get a custom channel to use this function to transform the final output? This was reported (and closed) as fixed in #527 but it doesn’t seem to be implemented. The output param can only use transformations that are built in to television.
The other option would be to use an action but so far I haven’t been able to get that to work either.
If I do:
Then try
cd (tv custom-channel)it just prints out the value of the custom command then acts as if I didcdwith no argument.Beta Was this translation helpful? Give feedback.
All reactions