A utility to view man pages in a colorized and more eye-friendly way
usage: manview <page> [section]
manview flags <query> (search flags across every installed page)
manview rebuild-index (force a fresh flag index)-
Download the package provided in Release for your specific arch (available: x86_64 and arm64)
-
copy the downloaded binary to "/home/yourusername/.local/bin"
-
open .bashrc (or .zshrc depending on shell), add this line
export PATH="$HOME/.local/bin:$PATH"- or use this command directly
curl -sSL https://raw.githubusercontent.com/omrxm18/manview/setup.sh | bash -s latest
or pull from a specific tag
curl -sSL https://raw.githubusercontent.com/omrxm18/manview/setup.sh | bash -s v0.1.0
Note: this crate was tested on the mandoc package, if you want the least problems, please use this package instead of man-db