README.md 373 Bytes
Newer Older
Erwan ROUSSEL's avatar
Erwan ROUSSEL committed
1
2
3
4
5
6
7
8
9
# Bwana

This plugin provides a function to open `man` pages directly with [Bwana](https://www.bruji.com/bwana/).

To use it add bwana to the plugins array in your zshrc file.

```bash
plugins=(... bwana)
```
10
11
12
13
14
15

## Functions

| Function | Description                              |
| -------- | ---------------------------------------- |
| `bwana`  | Works just like `man` |