Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manview

A utility to view man pages in a colorized and more eye-friendly way

usage

usage: manview <page> [section]
       manview flags <query>      (search flags across every installed page)
       manview rebuild-index      (force a fresh flag index)

installation

  1. Download the package provided in Release for your specific arch (available: x86_64 and arm64)

  2. copy the downloaded binary to "/home/yourusername/.local/bin"

  3. open .bashrc (or .zshrc depending on shell), add this line

export PATH="$HOME/.local/bin:$PATH"
  1. 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

About

a cli/tui tool that renders man pages beautifully instead of the default `man` CLI look.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages