mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
3 lines
112 B
Bash
Executable file
3 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
|
|
man $(apropos '' | fzf --no-multi --tiebreak=begin | sed -n 's/^\([^ ]\+\) (\([^)]\+\)).*$/\2 \1/p')
|