dotfiles/scripts/visman

5 lines
159 B
Text
Raw Normal View History

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