Interactive manual and info selector 📖✨
- Shell 100%
| locale | ||
| media | ||
| packaging | ||
| .gitignore | ||
| fman | ||
| LICENSE | ||
| README.md | ||
fman
Interactive manual and info selector with fzf, rofi or dmenu.
📰 Description
Open a selectable list of manuals and infodocs and open
the document with man or info, your editor or as a PDF.
🚀 Installation
📦 From source
- Dependencies:
maninfofzfgetoptions
- Optional Dependencies:
gettextfor translationsrofidmenuzathuraor a PDF reader- One of:
ghostscript,vim,nvim,pandocor libreoffice (for PDF with info)
git clone --filter=blob:none https://codeberg.org/tplasdio/fman.git
install -Dm755 fman /usr/local/bin
Arch Linux or other pacman distros
curl -O https://codeberg.org/tplasdio/fman/raw/branch/main/packaging/PKGBUILD-git
makepkg -sip PKGBUILD-git
For uninstallation, run sudo pacman -Rsn fman-git.
📟 Usage
Select manuals/infos interactively with fzf
Usage:
fman [-m] [-i] [-e | -p] [-r | -d] [SEARCH_TERMS]
Options:
-m, --man Only manuals (no infos)
-i, --info Only infos
-e, --editor Open with $EDITOR
-p, --pdf Open as PDF with $READER
-r, --rofi Select with rofi
-d, --dmenu Select with dmenu
--color Show fzf manual previews with colors
💭 Similar
📝 License
BSD-3-clause