chmln/handlr

no handlers found for 'application/x-zerosize'

pakosaan opened this issue · 0 comments

When opening avi video with
fuzzy-handlr() {
local output
output=$(fzf --height 40% --reverse </dev/tty) && handlr open ${(q-)output}

zle reset-prompt

}

zle -N fuzzy-handlr
bindkey '^o' fuzzy-handlr

It says:
no handlers found for 'application/x-zerosize'
but it open when i do:
handlr open 'path-to-file'