dotfiles/scripts/visman

5 lines
146 B
Text
Raw Normal View History

#!/bin/sh
2020-04-18 18:02:47 +00:00
# https://superuser.com/a/207474
man $(apropos . | fzf --no-multi --tiebreak=begin | sed -n 's/^\([^ ]\+\) \?(\([^)]\+\)).*$/\2 \1/p')