manora(1) ["Manora 2.2.0" ["Manora Manual"]] # NAME *Manora* - A simple CLI & TUI tool to display, download and save man pages as PDF files. # DESCRIPTION Run the `manora` command to open a TUI menu that allows searching through local man pages, downloading man pages from , and displaying them as PDF files. Alternatively, specify the man page to open as an argument (e.g. `manora ls`). If the specified man page cannot be found locally, Manora offers to download it from . Manora opens man pages in the default PDF reader defined in XDG MIME Applications, or fallback to Zathura if no default PDF reader is set. Manora can also be opened from a keybinding. For instance, one can bind the `alacritty -e manora` command to a keybind, which will open the `manora` TUI menu in `alacritty`. See below for the CLI options. # SYNOPSIS *manora* [OPTION] [MAN_PAGE] # OPTIONS *-m, --menu* Open a TUI menu that allows searching through local man pages, downloading man pages from , and displaying them as PDF files (default operation). *-s, --save* Save into the PDF file. If isn't specified, save it to a "man_.pdf" file in the current directory. If already exists, ask for a confirmation to overwrite it. *-d, --download*