Hello
I'm having following playbook
When running from VS Code - fzf is successfully invoked, i.e. it's rendered and arrow keys are worrking, Enter completes selection
But when running from CLI - fzf render just blank screen, no fzf interface.
The same happens to other similar tools: skim, peco.
I'm running playbook like this
Works
runme run --filename test-fzf.md --index 0
hello
Empty blank screen
runme run --filename test-fzf.md --index 1
Hello
I'm having following playbook
When running from VS Code -
fzfis successfully invoked, i.e. it's rendered and arrow keys are worrking,Entercompletes selectionBut when running from CLI -
fzfrender just blank screen, nofzfinterface.The same happens to other similar tools: skim, peco.
I'm running playbook like this
Works
Empty blank screen