dotfiles/scripts/visman
2020-04-18 21:02:47 +03:00

5 lines
146 B
Bash
Executable file

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