dotfiles/scripts/visman
2020-04-18 15:04:08 +03:00

3 lines
112 B
Bash
Executable file

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