aboutsummaryrefslogtreecommitdiff
path: root/fman
blob: c07db142f266551f0787fc47e79ab702de550b5e (plain)
1
2
3
4
5
#!/bin/sh

# fman: Fuzzy find man pages! Requires `fzf`.

apropos . | fzf --prompt "Select program: " | cut -d" " -f 1 | xargs man