arch-wiki-man
arch-wiki-man copied to clipboard
How to get names of all man pages?
I want to use fzf to search for man pages. Is there a way I could get a list of all pages that I could then pipe into fzf?
For reference, this is how I do it with normal man:
man -k . | fzf | awk '{print $1}' | xargs -r man