I need help from some fish-shell experts:

I am too stupid to translate this bash command to fish-shell

man -k . | fzf -q "$1" --prompt='man> ' --preview $'echo {} | tr -d \'()\' | awk \'{printf "%s ", $2} {print $1}\' | xargs -r man' | tr -d '()' | awk '{printf "%s ", $2} {print $1}' | xargs -r man

Could someone with a working brain help me with this?

#linux #bash #fish #question #linux

4