chmln / handlr

A better xdg-utils
MIT License
607 stars 24 forks source link

no handlers found for 'application/x-zerosize' #65

Open pakosaan opened 1 year ago

pakosaan commented 1 year ago

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'