bropages (bro)

A CLI to interact with bropages.org.

Highly readable supplement to man pages. Shows simple, concise examples for commands with syntax highlighting.

Crates.io License

Screencast

A screenshot

Installation

The binary name for bropages is bro.

Currently bropages is only available through cargo. cargo install bropages

Available options

``` USAGE: bro [FLAGS] [OPTIONS] [query]

FLAGS: -h, --help
Prints help information

    --list-themes    
        Display a list of supported themes for syntax highlighting.

    --no-color       
        Disable colored output

    --no-paging      
        Disable piping of the output through a pager

-s, --search         
        Search if provided query exist in the database
        This searches for entries in the http://bropages.org database
-V, --version        
        Prints version information

OPTIONS: -t, --theme
Set the theme for syntax highlighting. Use '--list-themes' to see all available themes. [default: OneHalfDark] [possible values: 1337, Coldark-Cold, Coldark-Dark, DarkNeon, Dracula, GitHub, Monokai Extended, Monokai Extended Bright, Monokai Extended Light, Monokai Extended Origin, Nord, OneHalfDark, OneHalfLight, Solarized (dark), Solarized (light), Sublime Snazzy, TwoDark, ansi-dark, ansi-light, base16, base16-256, gruvbox, gruvbox-light, gruvbox-white, zenburn]

ARGS:
Command to lookup ```

Note

TODO