dotfiles/scripts/visman

4 lines
112 B
Text
Raw Normal View History

#!/bin/sh
man $(apropos '' | fzf --no-multi --tiebreak=begin | sed -n 's/^\([^ ]\+\) (\([^)]\+\)).*$/\2 \1/p')