blob: dd4fe9f9c78b9600d5a6472f99bc72aa206ce296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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)
```
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.
|