README.md 353 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
The `bwana` function opens the man page of the passed argument in the Bwana app.
For example: `bwana ln` opens the man page for `ln` in Bwana.